Jetzt aber
This commit is contained in:
@@ -7,12 +7,12 @@ export const metadata: Metadata = {
|
||||
description: ''
|
||||
};
|
||||
|
||||
type Props = Readonly<{
|
||||
type Props = {
|
||||
params: {
|
||||
locale: string;
|
||||
},
|
||||
children: React.ReactNode;
|
||||
}>;
|
||||
};
|
||||
|
||||
export default async function RootLayout({ params, children }: Props) {
|
||||
const { locale } = await params;
|
||||
|
||||
Reference in New Issue
Block a user