diff --git a/pkgs/ui/src/app/layout.tsx b/pkgs/ui/src/app/layout.tsx index d37c56070..0dc975343 100644 --- a/pkgs/ui/src/app/layout.tsx +++ b/pkgs/ui/src/app/layout.tsx @@ -5,8 +5,6 @@ import MenuIcon from "@mui/icons-material/Menu"; import { CssBaseline, IconButton, - MenuItem, - Select, ThemeProvider, useMediaQuery, } from "@mui/material"; @@ -75,30 +73,6 @@ export default function RootLayout({ setShowSidebar(false)} - clanSelect={ - appState.data.clanDir && ( - - ) - } />
-
+
-

+

Clan Dashboard