qa: migration to SvelteKit 2 + Sveltestrap 6
This commit is contained in:
parent
4dedcfc420
commit
a043138a63
28 changed files with 806 additions and 259 deletions
|
|
@ -6,7 +6,7 @@
|
|||
import {
|
||||
Container,
|
||||
Table,
|
||||
} from 'sveltestrap';
|
||||
} from '@sveltestrap/sveltestrap';
|
||||
|
||||
teams.refresh();
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
Container,
|
||||
Row,
|
||||
Spinner,
|
||||
} from 'sveltestrap';
|
||||
} from '@sveltestrap/sveltestrap';
|
||||
|
||||
import MyExercices from '$lib/components/MyExercices.svelte';
|
||||
import MyTodo from '$lib/components/MyTodo.svelte';
|
||||
|
|
|
|||
Reference in a new issue