Move DBState to stores
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
import TextAreaInput from "src/lib/UI/GUI/TextAreaInput.svelte";
|
||||
import SelectInput from "src/lib/UI/GUI/SelectInput.svelte";
|
||||
import OptionInput from "src/lib/UI/GUI/OptionInput.svelte";
|
||||
import { DBState } from "src/ts/storage/database.svelte";
|
||||
|
||||
import { DBState } from 'src/ts/stores.svelte';
|
||||
import { language } from "src/lang";
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user