Sanitize lib paths

This commit is contained in:
nemunaire 2022-10-15 11:12:51 +02:00
commit e9a906fbfb
43 changed files with 68 additions and 66 deletions

View file

@ -11,8 +11,8 @@
Spinner,
} from 'sveltestrap';
import { actions } from '../../stores/actions';
import { getSettings } from '../../lib/settings';
import { actions } from '$lib/stores/actions';
import { getSettings } from '$lib/settings';
let settingsP = getSettings();