diff --git a/src/App.tsx b/src/App.tsx
index a1c0128..bf57231 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -6,18 +6,7 @@ function App() {
return (
11111111
-
22222222233333
444
5555577
1
22333334511
);
}
-
-function test() {
- let a = "1";
- if (a) {
- console.log(1);
- } else {
- console.log(2);
- }
-}
-
export default App;