first commit

This commit is contained in:
2024-05-16 02:17:33 +04:00
commit b96b0c5972
6 changed files with 3623 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
export default function RootLayout({children}) { // eslint-disable-line react/prop-types
return (
<html lang='fr'>
<body>{children}</body>
</html>
)
}