diff --git a/app/layout.js b/app/layout.js index 797b146..2e3bd3a 100644 --- a/app/layout.js +++ b/app/layout.js @@ -2,7 +2,8 @@ import "./globals.css"; import ThemeRegistry from "./component/ThemeRegistry"; import "jalaali-react-date-picker/lib/styles/index.css"; import { Providers } from "./Providers"; -import { GoogleAnalytics } from '@next/third-parties/google' +import { GoogleAnalytics } from "@next/third-parties/google"; +import { GoogleTagManager } from "@next/third-parties/google"; // Toastify import "react-toastify/dist/ReactToastify.css"; @@ -25,6 +26,7 @@ export default function RootLayout({ children }) { content="width=device-width,initial-scale=1,maximum-scale=1" /> + {children}