diff --git a/apps/web-roo-code/src/app/layout.tsx b/apps/web-roo-code/src/app/layout.tsx index 23d67ea48f..7d1d5c531f 100644 --- a/apps/web-roo-code/src/app/layout.tsx +++ b/apps/web-roo-code/src/app/layout.tsx @@ -1,6 +1,7 @@ import React from "react" import type { Metadata } from "next" import { Inter } from "next/font/google" +import Script from "next/script" import { Providers } from "@/components/providers" @@ -52,6 +53,15 @@ export default function RootLayout({ children }: { children: React.ReactNode }) /> + {/* Google Tag Manager (noscript) */} + + {/* End Google Tag Manager (noscript) */}
@@ -59,6 +69,19 @@ export default function RootLayout({ children }: { children: React.ReactNode }) {children} + {/* Google Tag Manager */} +