diff --git a/src/components/LayoutWrapper.tsx b/src/components/LayoutWrapper.tsx index 17cdcee..c343620 100644 --- a/src/components/LayoutWrapper.tsx +++ b/src/components/LayoutWrapper.tsx @@ -8,6 +8,7 @@ import { useAuth } from '@/lib/contexts/AuthContext'; export function LayoutWrapper({ children }: { children: React.ReactNode }) { const { loading } = useAuth(); + const pathname = usePathname(); // Paths that should NOT have the app layout const isStandalone =