Sveltekit 2 migration + sveltestrap

This commit is contained in:
nemunaire 2024-01-05 11:02:38 +01:00
commit 54d32e113c
41 changed files with 523 additions and 288 deletions

View file

@ -11,7 +11,7 @@
InputGroupText,
Label,
Spinner,
} from 'sveltestrap';
} from '@sveltestrap/sveltestrap';
import { actions } from '$lib/stores/actions';
import { getSettings } from '$lib/settings';