diff --git a/client/src/components/AppShell.tsx b/client/src/components/AppShell.tsx index 38668a8..5f85497 100644 --- a/client/src/components/AppShell.tsx +++ b/client/src/components/AppShell.tsx @@ -27,8 +27,11 @@ export function AppShell({ children }: { children: ReactNode }) { const logout = useAuth((s) => s.logout) return ( -
-