mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-17 23:55:15 +00:00
Fix #4831 mobile header menu not working
This commit is contained in:
@@ -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 />}>
|
||||
|
||||
Reference in New Issue
Block a user