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