fix
This commit is contained in:
parent
32dd04c415
commit
b2b37c0675
@ -44,5 +44,5 @@ export default function metadataLayout({
|
|||||||
}: {
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}) {
|
}) {
|
||||||
<>{children}</>;
|
return <>{children}</>;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user