diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fda6ff540..bd90f2f08 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,7 +9,9 @@ export default function RootLayout({ children }: { children: React.ReactNode }) will contain the components returned by the nearest parent head.tsx. Find out more at https://beta.nextjs.org/docs/api-reference/file-conventions/head */} - + + + {children} );