Migrate all DataBase to DBState

This commit is contained in:
kwaroran
2024-10-24 01:59:57 +09:00
parent 4e9190f1b5
commit b3fddb814e
65 changed files with 331 additions and 434 deletions

View File

@@ -2,9 +2,7 @@
import { language } from "src/lang";
import { alertConfirm } from "src/ts/alert";
import { checkDriver } from "src/ts/drive/drive";
import { DataBase } from "src/ts/storage/database.svelte";
import { isNodeServer, isTauri } from "src/ts/storage/globalApi";
import { persistantStorageRecommended } from "src/ts/storage/persistant";
</script>