Move DBState to stores
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
<script>
|
||||
import { CharEmotion, ViewBoxsize } from '../../ts/stores';
|
||||
import { CharEmotion, ViewBoxsize } from '../../ts/stores.svelte';
|
||||
import { onMount } from 'svelte';
|
||||
import EmotionBox from './EmotionBox.svelte';
|
||||
import TransitionImage from './TransitionImage.svelte';
|
||||
import { getEmotion } from '../../ts/util';
|
||||
import { DBState } from '../../ts/storage/database.svelte';
|
||||
|
||||
import { DBState } from 'src/ts/stores.svelte';
|
||||
|
||||
let box = $state();
|
||||
let isResizing = false;
|
||||
|
||||
Reference in New Issue
Block a user