diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 02e5632..32e4b68 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,7 +10,7 @@ export const metadata: Metadata = { description: 'Trakt clone made with Next.js + TypeScript and the TMDB API', }; -export default function RootLayout({ children }: { children: React.ReactNode }) { +export default function RootLayout({ children }: Readonly<{ children: React.ReactNode }>) { return (