diff --git a/app/layout.tsx b/app/layout.tsx index a87e6d7..eab5a8d 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -3,6 +3,7 @@ import React from "react"; import { SEO } from "./components/SEO"; import { Navbar } from "./components/Navbar"; import { Footer } from "./components/Footer"; +import { GoogleAnalytics } from "@next/third-parties/google"; export const metadata = { title: "Plataforma de Dados da Ameciclo", @@ -38,6 +39,7 @@ export default function RootLayout({