chore: remove old Analysis page

This commit is contained in:
julius 2025-05-26 07:53:58 +02:00
parent 56c1ba11fc
commit 710b0770cc
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -1,4 +1,3 @@
import Analysis from "./Analysis";
import "./App.css";
import Footer from "./Footer";
import Header from "./Header";
@ -35,7 +34,6 @@ function App() {
<Routes>
<Route index element={<Rankings />} />
<Route path="network" element={<GraphComponent />} />
<Route path="analysis" element={<Analysis />} />
<Route path="mvp" element={<MVPChart />} />
<Route path="changepassword" element={<SetPassword />} />
<Route path="team" element={<TeamPanel />} />