Bug fix, removed old routes i should have removed in last commit
This commit is contained in:
@@ -53,11 +53,6 @@ function App() {
|
|||||||
<Routes>
|
<Routes>
|
||||||
{/*Public Routes*/}
|
{/*Public Routes*/}
|
||||||
<Route path="/login" element={<Login />} />
|
<Route path="/login" element={<Login />} />
|
||||||
<Route path="/home" element={<AppFoundation> <Home/> </AppFoundation>} />
|
|
||||||
<Route path="/global-map" element={<AppFoundation> <GlobalMap/> </AppFoundation>} />
|
|
||||||
<Route path="/regional-map" element={<AppFoundation> <RegionalMap/> </AppFoundation>} />
|
|
||||||
<Route path="/volcano" element={<AppFoundation> <Volcano/> </AppFoundation>} />
|
|
||||||
<Route path="/admin" element={<AppFoundation> <Admin/> </AppFoundation>} />
|
|
||||||
|
|
||||||
{/*Non-Public Routes*/}
|
{/*Non-Public Routes*/}
|
||||||
<Route element={<AppFoundation />}>
|
<Route element={<AppFoundation />}>
|
||||||
|
|||||||
Reference in New Issue
Block a user