feat: add loading screen and move stylesheet to index.html

This commit is contained in:
Kwaroran
2025-02-25 22:26:21 +09:00
parent deec7c226c
commit de6d9e1b2b
2 changed files with 13 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
import "./styles.css";
import "./ts/polyfill";
import "core-js/actual"
import "./ts/storage/database.svelte"
@@ -14,5 +13,6 @@ let app = mount(App, {
});
loadData()
initHotkey()
document.getElementById('preloading').remove()
export default app;