Move DBState to stores
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { get, writable, type Writable } from "svelte/store"
|
||||
import type { Database, Message } from "./storage/database.svelte"
|
||||
import { getDatabase } from "./storage/database.svelte"
|
||||
import { selectedCharID } from "./stores"
|
||||
import { selectedCharID } from "./stores.svelte"
|
||||
import {open} from '@tauri-apps/plugin-dialog'
|
||||
import { readFile } from "@tauri-apps/plugin-fs"
|
||||
import { basename } from "@tauri-apps/api/path"
|
||||
|
||||
Reference in New Issue
Block a user