From d1b1d0aeb58d76aa2dbdc7386c3fcd257164c7bb Mon Sep 17 00:00:00 2001 From: creations Date: Sun, 18 May 2025 19:15:41 -0400 Subject: [PATCH] fix lint --- src/views/App.tsx | 3 +-- src/views/index.tsx | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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); -