TypeScript juhuuuu
This commit is contained in:
@@ -8,9 +8,9 @@ export const metadata: Metadata = {
|
||||
};
|
||||
|
||||
type Props = {
|
||||
params: {
|
||||
params: Promise<{
|
||||
locale: string;
|
||||
},
|
||||
}>,
|
||||
children: React.ReactNode;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user