diff --git a/app/layout.tsx b/app/layout.tsx index 225b603..aaf01f2 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -5,6 +5,9 @@ export default function RootLayout({ }) { return ( + + Your Title Here + {children} );