fixed loading screen getting rid of the header and side nav
This commit is contained in:
parent
cb952b284e
commit
a27baa8b4a
1 changed files with 6 additions and 6 deletions
|
|
@ -286,9 +286,9 @@ export default function Router() {
|
|||
}
|
||||
|
||||
return (
|
||||
<Suspense fallback={<LoadingScreen />}>
|
||||
<BrowserRouter>
|
||||
<Header />
|
||||
<Suspense fallback={<LoadingScreen />}>
|
||||
<Routes>
|
||||
|
||||
{/* Redirects */}
|
||||
|
|
@ -333,7 +333,7 @@ export default function Router() {
|
|||
<Route path="*" element={<RelativeRoutes/>} />
|
||||
|
||||
</Routes>
|
||||
</BrowserRouter>
|
||||
</Suspense>
|
||||
</BrowserRouter>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue