ui: Refactor stores

This commit is contained in:
nemunaire 2022-11-02 10:07:44 +01:00
commit ffd43ac8e1
6 changed files with 136 additions and 86 deletions

View file

@ -10,6 +10,7 @@
Spinner,
} from 'sveltestrap';
import { my } from '$lib/stores/my.js';
import { settings } from '$lib/stores/settings.js';
export let hints = [];