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

@ -9,7 +9,7 @@
ListGroupItem,
Row,
Spinner,
} from 'sveltestrap';
} from '@sveltestrap/sveltestrap';
import { goto } from '$app/navigation';
import { page } from '$app/stores';