diff --git a/src/views/App.tsx b/src/views/App.tsx index 8743f23..3ae6b36 100644 --- a/src/views/App.tsx +++ b/src/views/App.tsx @@ -5,8 +5,7 @@ import styles from "@views/css/App.module.css"; const App: Component = () => { return (
-
-
+
); }; diff --git a/src/views/index.tsx b/src/views/index.tsx index 71637cf..3e7cf4c 100644 --- a/src/views/index.tsx +++ b/src/views/index.tsx @@ -10,4 +10,3 @@ if (!(root instanceof HTMLElement)) { } render(() => , root); -