Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
import "@styles/globals.css";
|
||||
import { ZenProvider } from '@zen/core/provider';
|
||||
|
||||
export const metadata = {
|
||||
title: "",
|
||||
description: "",
|
||||
};
|
||||
|
||||
export default function RootLayout({ children }) {
|
||||
return (
|
||||
<html lang="fr">
|
||||
<body>
|
||||
<ZenProvider>
|
||||
{children}
|
||||
</ZenProvider>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user