Move DBState to stores
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<script lang="ts">
|
||||
import { alertGenerationInfoStore } from "../../ts/alert";
|
||||
import { DBState } from '../../ts/storage/database.svelte';
|
||||
|
||||
import { DBState } from 'src/ts/stores.svelte';
|
||||
import { getCharImage } from '../../ts/characters';
|
||||
import { ParseMarkdown } from '../../ts/parser.svelte';
|
||||
import BarIcon from '../SideBars/BarIcon.svelte';
|
||||
@@ -14,7 +15,7 @@
|
||||
import OptionInput from "../UI/GUI/OptionInput.svelte";
|
||||
import { language } from 'src/lang';
|
||||
import { getFetchData } from 'src/ts/globalApi';
|
||||
import { alertStore, selectedCharID } from "src/ts/stores";
|
||||
import { alertStore, selectedCharID } from "src/ts/stores.svelte";
|
||||
import { tokenize } from "src/ts/tokenizer";
|
||||
import TextAreaInput from "../UI/GUI/TextAreaInput.svelte";
|
||||
import ModuleChatMenu from "../Setting/Pages/Module/ModuleChatMenu.svelte";
|
||||
|
||||
Reference in New Issue
Block a user