From e701ebbb02c69ac1f6d2af4c803930be4214ea7c Mon Sep 17 00:00:00 2001 From: julius Date: Tue, 25 Mar 2025 09:12:55 +0100 Subject: [PATCH] feat: remove unused / --- src/App.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index c517ea7..29cc9c1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,7 +9,7 @@ import { GraphComponent } from "./Network"; import MVPChart from "./MVPChart"; import { SetPassword } from "./SetPassword"; import { ThemeProvider } from "./ThemeProvider"; -import { TeamPanel } from "./TeamPanel"; +import TeamPanel from "./TeamPanel"; const Maintenance = () => { return ( @@ -34,11 +34,11 @@ function App() {
} /> - } /> - } /> - } /> - } /> - } /> + } /> + } /> + } /> + } /> + } />