Fix #4831 mobile header menu not working

This commit is contained in:
Jamie Curnow
2025-11-11 14:05:26 +10:00
parent 7f0cce944d
commit 4bd545c88e
3 changed files with 107 additions and 105 deletions

View File

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