feat: register Settings as a modal
The design is too complex as to not use it as a Component Modal. It took me a little to wrap my head around the API but I think I'm on the right track now. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
parent
68f86692f4
commit
7471a9e4e5
1 changed files with 2 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue