Feature/fixe bugs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { AuthProvider } from "@/lib/contexts/auth";
|
||||
import { TableSettingProvider } from "@/lib/contexts/tableSetting";
|
||||
import favicon from "@/assets/images/favicon.svg";
|
||||
|
||||
export const metadata = {
|
||||
title: "سامانه جامع راهداری",
|
||||
@@ -8,6 +9,9 @@ export const metadata = {
|
||||
export default function RootLayout({ children }) {
|
||||
return (
|
||||
<html lang="fa" dir={"rtl"}>
|
||||
<head>
|
||||
<link rel="icon" href={favicon.src} type="image/svg" sizes="any" />
|
||||
</head>
|
||||
<body style={{ height: "100vh", width: "100vw" }}>
|
||||
<AuthProvider>
|
||||
<TableSettingProvider>{children}</TableSettingProvider>
|
||||
|
||||
Reference in New Issue
Block a user