diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 31a8095..ffa8f54 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -24,8 +24,6 @@ import { initStores as initAnimStores } from "$lib/animation/index.js"; import { locales, localizeHref } from "$lib/paraglide/runtime"; import { VertdInstance } from "$lib/sections/settings/vertdSettings.svelte.js"; - import { ToastManager } from "$lib/toast/index.svelte.js"; - import VertdError from "$lib/components/functional/VertdError.svelte"; let { children, data } = $props(); let enablePlausible = $state(false); @@ -129,6 +127,7 @@ name="description" content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing (other than video) is done on your device." /> + - + + +