diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index a161053..966e286 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -13,6 +13,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later import Settings from '$lib/components/molecules/Settings.svelte'; import { mapLocaleToDir } from '$lib/i18n'; + import Settings from '$lib/components/molecules/Settings.svelte'; + // The ordering of these imports is critical to your app working properly //import '@skeletonlabs/skeleton/themes/theme-skeleton.css'; import '../theme.postcss';