diff --git a/app/layout.tsx b/app/layout.tsx index cda1657..f736534 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,4 +1,5 @@ import type { Metadata } from "next"; +import Script from "next/script"; import { SessionProvider } from "next-auth/react"; import { APP, APP_URL } from "@/lib/config/app"; import { fontVariables } from "@/lib/fonts"; @@ -37,6 +38,15 @@ export default function RootLayout({