diff --git a/app/[lang]/(live-current)/layout.tsx b/app/[lang]/(live-current)/layout.tsx index 78c39e780..ff8099726 100644 --- a/app/[lang]/(live-current)/layout.tsx +++ b/app/[lang]/(live-current)/layout.tsx @@ -10,6 +10,7 @@ import AdobeScript from "@/components/Current/AdobeScript" import Footer from "@/components/Current/Footer" import LangPopup from "@/components/Current/LangPopup" import SkipToMainContent from "@/components/SkipToMainContent" +import RouterTracking from "@/components/TrackingSDK/RouterTracking" import { getIntl } from "@/i18n" import ServerIntlProvider from "@/i18n/Provider" import { setLang } from "@/i18n/serverContext" @@ -65,12 +66,14 @@ export default async function RootLayout({ - {header} - - {children} -