chore: remove old Analysis page
This commit is contained in:
parent
56c1ba11fc
commit
710b0770cc
@ -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 />} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user