diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a777697d..1a6cd3bf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,7 @@ import type { Metadata } from 'next' import { ThemeProvider } from 'next-themes' import { Inconsolata, Inter } from 'next/font/google' import './globals.css' -import './sandpack.css' +import { SandpackCSS } from './sandpack-styles' const inter = Inter({ subsets: ['latin'] }) const inconsolata = Inconsolata({ subsets: ['latin'] }) @@ -57,6 +57,9 @@ export default function RootLayout({ }>) { return ( + + + { + useServerInsertedHTML(() => { + return