diff --git a/app/layout.tsx b/app/layout.tsx index ac86488..c663ee4 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -17,7 +17,7 @@ interface RootLayoutProps { children: React.ReactNode } -export default function RootLayout({ children }: RootLayoutProps) { +function RootLayout({ children }: RootLayoutProps) { return (