TypeScript juhuuuu

This commit is contained in:
BuildTools
2025-12-20 00:13:42 +01:00
parent 9a269f49e9
commit 95266c2072

View File

@@ -8,9 +8,9 @@ export const metadata: Metadata = {
}; };
type Props = { type Props = {
params: { params: Promise<{
locale: string; locale: string;
}, }>,
children: React.ReactNode; children: React.ReactNode;
}; };