diff --git a/app/layout.tsx b/app/layout.tsx index bfc3470..9350629 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -5,6 +5,7 @@ import 'yet-another-react-lightbox/styles.css' import 'yet-another-react-lightbox/plugins/thumbnails.css' import 'yet-another-react-lightbox/plugins/captions.css' import { ToastContainer } from 'react-toastify' +import { PublicEnvScript } from 'next-runtime-env'; import { Shell } from '@/shell/Shell' import { CommandPaletteRoot } from '@/shell/CommandPalette/Root' @@ -36,6 +37,7 @@ export default function RootLayout({ isDarkModeEnabled() ? 'dark' : '' }`} > +