Revert "Fix #4831 mobile header menu not working"

This reverts commit 4bd545c88e.
This commit is contained in:
Jamie Curnow
2025-11-11 15:35:34 +10:00
parent e3f5cd9a58
commit 2c26ed8b11
3 changed files with 105 additions and 107 deletions

View File

@@ -1,6 +1,15 @@
import { lazy, Suspense } from "react";
import { BrowserRouter, Route, Routes } from "react-router-dom";
import { ErrorNotFound, LoadingPage, Page, SiteContainer, SiteFooter, SiteHeader, Unhealthy } from "src/components";
import {
ErrorNotFound,
LoadingPage,
Page,
SiteContainer,
SiteFooter,
SiteHeader,
SiteMenu,
Unhealthy,
} from "src/components";
import { useAuthState } from "src/context";
import { useHealth } from "src/hooks";
@@ -46,6 +55,7 @@ function Router() {
<Page>
<div>
<SiteHeader />
<SiteMenu />
</div>
<SiteContainer>
<Suspense fallback={<LoadingPage noLogo />}>