diff --git a/components/layout/AppLayout.tsx b/components/layout/AppLayout.tsx index 45bc091..7c827ee 100644 --- a/components/layout/AppLayout.tsx +++ b/components/layout/AppLayout.tsx @@ -5,7 +5,7 @@ import { Navbar } from './Navbar'; export function AppLayout({ children }: { children: ReactNode }) { return ( -