diff --git a/app/layout.tsx b/app/layout.tsx index 6b46706..b3dc3ac 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -12,6 +12,8 @@ export const metadata: Metadata = { description: "Generated by create next app", }; +// new comment + export default function RootLayout({ children, }: Readonly<{