fix children

master
حسین معصومی پور 2024-03-01 16:21:31 +03:30
parent eb348b62e9
commit 5d71dfc73d
1 changed files with 1 additions and 1 deletions

View File

@ -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>
); );