fix children
parent
eb348b62e9
commit
5d71dfc73d
|
@ -45,7 +45,7 @@ export default function RootLayout({ children }) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<body>
|
<body>
|
||||||
<RootData children={children} />
|
<RootData>{children}</RootData>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue