add mui and fonts
This commit is contained in:
@@ -4,8 +4,8 @@ export const metadata = {
|
||||
|
||||
export default function RootLayout({children}) {
|
||||
return (<html lang="fa" dir={'rtl'}>
|
||||
<body>
|
||||
{children}
|
||||
</body>
|
||||
</html>)
|
||||
<body style={{height: '100vh'}}>
|
||||
{children}
|
||||
</body>
|
||||
</html>)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user