feat: implement login auth for all
also show the username underneath the logo
This commit is contained in:
@@ -14,14 +14,10 @@ function App() {
|
||||
<BrowserRouter>
|
||||
<SessionProvider>
|
||||
<Header />
|
||||
<Avatar />
|
||||
<Routes>
|
||||
<Route index element={<Rankings />} />
|
||||
|
||||
<Route path="/network" element={<GraphComponent />} />
|
||||
|
||||
<Route path="/analysis" element={<Analysis />} />
|
||||
|
||||
<Route path="/mvp" element={<MVPChart />} />
|
||||
</Routes>
|
||||
<Footer />
|
||||
|
Reference in New Issue
Block a user