diff --git a/app/[page]/layout.tsx b/app/[page]/layout.tsx index 453253dca..18c04c1cc 100644 --- a/app/[page]/layout.tsx +++ b/app/[page]/layout.tsx @@ -6,7 +6,9 @@ export default function Layout({ children }: { children: React.ReactNode }) {
- {children} + + <>{children} +