diff --git a/app/layout.tsx b/app/layout.tsx index 7e7b3e7..366a4bd 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,5 +1,6 @@ import type { Metadata, Viewport } from "next"; import { Geist, Geist_Mono } from "next/font/google"; +import Script from "next/script"; import "./globals.css"; const geistSans = Geist({ @@ -35,6 +36,12 @@ export default function RootLayout({ return ( +