From 00f9e9abb79cbfacd1b466dbea64cd2359bd6e11 Mon Sep 17 00:00:00 2001 From: drupaldev143 <119724661+drupaldev143@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:23:14 +0330 Subject: [PATCH] add tag manager --- app/layout.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}