diff --git a/ui/components/AuthenticatedLayout.tsx b/ui/components/AuthenticatedLayout.tsx index ca464ea..baa3592 100644 --- a/ui/components/AuthenticatedLayout.tsx +++ b/ui/components/AuthenticatedLayout.tsx @@ -1,4 +1,7 @@ import { COMMON_CSS } from "./CommonStyles.ts"; +import { Navbar } from "./layout/Navbar.tsx"; +import { MobileNav } from "./layout/MobileNav.tsx"; +import { UserMenu } from "./layout/UserMenu.tsx"; export const AuthenticatedLayout = ({ children, @@ -265,80 +268,9 @@ export const AuthenticatedLayout = ({