correct navbar

This commit is contained in:
2024-05-07 13:15:21 +02:00
parent 135ab48886
commit 83291c246b
11 changed files with 334 additions and 67 deletions

View File

@@ -9,13 +9,13 @@ import { Layout } from "antd";
setupAxios();
ReactDOM.createRoot(document.getElementById("root")).render(
<React.StrictMode>
<BrowserRouter>
<CookiesProvider>
<Layout>
<App />
</Layout>
<App/>
</CookiesProvider>
</BrowserRouter>
</React.StrictMode>,