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() {
} />
- } />
- } />
- } />
- } />
- } />
+ } />
+ } />
+ } />
+ } />
+ } />