diff --git a/app/layout.tsx b/app/layout.tsx index 6920df4..c4102cb 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,6 +1,7 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; +import Script from "next/script"; const inter = Inter({ subsets: ["latin"] }); @@ -31,6 +32,33 @@ export default function RootLayout({
{children} +