diff --git a/app/layout.tsx b/app/layout.tsx index d38f8b7..7fe1621 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -31,7 +31,31 @@ export default function RootLayout({ return ( - + + {children} diff --git a/app/page.tsx b/app/page.tsx index 75f9bcb..a442e37 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -42,6 +42,8 @@ export default function Home() { + +