diff --git a/apps/web/app/(dashboard)/layout.tsx b/apps/web/app/(dashboard)/layout.tsx index 3a8becd..da4002d 100644 --- a/apps/web/app/(dashboard)/layout.tsx +++ b/apps/web/app/(dashboard)/layout.tsx @@ -12,7 +12,9 @@ export default function DashboardLayout({ children }: { children: React.ReactNod
-