chore: Update svelte/store imports and initialize writable values

This commit is contained in:
kwaroran
2024-06-24 01:09:35 +09:00
parent fa322f741a
commit ffe4b471e9
2 changed files with 17 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
import "./styles.css";
import "core-js/actual"
import "./ts/storage/database"
import App from "./App.svelte";
import { loadData } from "./ts/storage/globalApi";
import { initHotkey } from "./ts/hotkey";