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