docs: fix types

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-12-15 10:50:34 +01:00
parent 1f5c648afe
commit 95846f80e5
4 changed files with 10 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ export const viewport: Viewport = {
export const metadata: Metadata = getRootMetadata();
export default function Layout({ children }: LayoutProps<'/'>) {
export default function Layout({ children }: { children: React.ReactNode }) {
return (
<html
lang="en"