diff --git a/src/layouts/MinimalLayout.astro b/src/layouts/MinimalLayout.astro index 7bc4f53c..bbe9a90a 100644 --- a/src/layouts/MinimalLayout.astro +++ b/src/layouts/MinimalLayout.astro @@ -4,8 +4,8 @@ import i18next from "i18next"; import "../style/global.scss"; import "../../svelte-dialogs.config" import "svelte-ripple-action/ripple.css" -import { Sun, Moon } from "radix-svelte-icons"; import ThemeController from "#components/ThemeController.svelte"; +import {NotificationWrapper} from "@ibcornelsen/ui"; export interface Props { title: string; @@ -85,7 +85,7 @@ const lightTheme = Astro.cookies.get("theme").value === "light"; content="https://online-energieausweis.org/images/energieausweis-online-erstellen.jpg" />