diff --git a/apps/desktop/src/app/layout.tsx b/apps/desktop/src/app/layout.tsx index f774799..2e85ec8 100644 --- a/apps/desktop/src/app/layout.tsx +++ b/apps/desktop/src/app/layout.tsx @@ -2,6 +2,7 @@ import type { Metadata } from 'next' import { IBM_Plex_Mono, IBM_Plex_Sans, Geist } from 'next/font/google' import './globals.css' import { cn } from "@/lib/utils"; +import Script from "next/script"; /** * Self-hosted at build time by next/font, which matters here: the renderer @@ -25,7 +26,8 @@ export const metadata: Metadata = { export default function RootLayout({ children }: { children: React.ReactNode }) { return ( - {children} + {children}