diff --git a/app/[page]/layout.tsx b/app/[page]/layout.tsx index e6d2b7dce..453253dca 100644 --- a/app/[page]/layout.tsx +++ b/app/[page]/layout.tsx @@ -4,7 +4,7 @@ import { Suspense } from 'react'; export default function Layout({ children }: { children: React.ReactNode }) { return ( -
+
{children}