diff --git a/web/status-page/app/layout.tsx b/web/status-page/app/layout.tsx index f44babd..c39c3c7 100644 --- a/web/status-page/app/layout.tsx +++ b/web/status-page/app/layout.tsx @@ -1,3 +1,5 @@ +import { ThemeProvider, I18nProvider, ToastProvider, typography } from "@nexarch/shl"; + export const metadata = { title: "NEXARCH Systemstatus", }; @@ -9,8 +11,19 @@ export default function RootLayout({ }) { return ( -
- {children} + +