This commit is contained in:
zmeyer44 2023-11-01 12:28:53 -04:00
parent 32dd04c415
commit b2b37c0675

View File

@ -44,5 +44,5 @@ export default function metadataLayout({
}: { }: {
children: React.ReactNode; children: React.ReactNode;
}) { }) {
<>{children}</>; return <>{children}</>;
} }