diff --git a/apps/v4/app/(app)/layout.tsx b/apps/v4/app/(app)/layout.tsx index b0d150e437..04680fd2a8 100644 --- a/apps/v4/app/(app)/layout.tsx +++ b/apps/v4/app/(app)/layout.tsx @@ -5,7 +5,7 @@ export default function AppLayout({ children }: { children: React.ReactNode }) { return (
{children}