Sanitize lib paths
This commit is contained in:
parent
df31c4dcd1
commit
e9a906fbfb
43 changed files with 68 additions and 66 deletions
|
|
@ -8,10 +8,10 @@
|
|||
Spinner,
|
||||
} from 'sveltestrap';
|
||||
|
||||
import { routines } from '../../stores/routines';
|
||||
import { routines } from '$lib/stores/routines';
|
||||
|
||||
import CardRoutine from '../../components/CardRoutine.svelte';
|
||||
import ActionList from '../../components/ActionList.svelte';
|
||||
import CardRoutine from '$lib/components/CardRoutine.svelte';
|
||||
import ActionList from '$lib/components/ActionList.svelte';
|
||||
</script>
|
||||
|
||||
<Container fluid class="flex-fill d-flex flex-column py-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue