diff --git a/apps/web/src/app/client-layout.tsx b/apps/web/src/app/client-layout.tsx index ab50ea3e..38b3fd6c 100644 --- a/apps/web/src/app/client-layout.tsx +++ b/apps/web/src/app/client-layout.tsx @@ -15,6 +15,7 @@ type Props = { }; function ClientLayout({ children }: Props) { + console.log('Rendering ClientLayout'); return (