first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default function RootLayout({children}) { // eslint-disable-line react/prop-types
|
||||
return (
|
||||
<html lang='fr'>
|
||||
<body>{children}</body>
|
||||
</html>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user