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

@ -6,7 +6,7 @@
Icon,
Row,
Spinner,
} from 'sveltestrap';
} from '@sveltestrap/sveltestrap';
import { routines } from '$lib/stores/routines';

View file

@ -5,7 +5,7 @@
Container,
Row,
Icon,
} from 'sveltestrap';
} from '@sveltestrap/sveltestrap';
import ActionList from '$lib/components/ActionList.svelte';
</script>

View file

@ -2,7 +2,7 @@
import {
Container,
Icon,
} from 'sveltestrap';
} from '@sveltestrap/sveltestrap';
import ActionList from '$lib/components/ActionList.svelte';
</script>

View file

@ -8,7 +8,7 @@
ListGroup,
ListGroupItem,
Spinner,
} from 'sveltestrap';
} from '@sveltestrap/sveltestrap';
import { getAction } from '$lib/action';
import { actions } from '$lib/stores/actions';