From c5dc01b6ff0ff848529eaf8c06d3eb00c7a2d9e1 Mon Sep 17 00:00:00 2001 From: josh Date: Thu, 23 Apr 2026 21:00:34 -0400 Subject: [PATCH] adds unami --- app/layout.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 9e70dbf..123edec 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,4 +1,5 @@ import type { Metadata } from "next"; +import Script from "next/script"; import "./globals.css"; export const metadata: Metadata = { @@ -9,7 +10,14 @@ export const metadata: Metadata = { export default function RootLayout({ children }: { children: React.ReactNode }) { return ( - {children} + + {children} +