diff --git a/examples/with-google-analytics/app/layout.tsx b/examples/with-google-analytics/app/layout.tsx index d70f969428b47..d955217a8933d 100644 --- a/examples/with-google-analytics/app/layout.tsx +++ b/examples/with-google-analytics/app/layout.tsx @@ -1,4 +1,4 @@ -import { GoogleTagManager } from "@next/third-parties/google"; +import { GoogleAnalytics } from "@next/third-parties/google"; export const metadata = { title: "Google Analytics Next.js", @@ -13,7 +13,7 @@ export default function RootLayout({ }) { return ( - + {children} );