[feat] new gui

This commit is contained in:
kwaroran
2023-07-18 23:05:47 +09:00
parent c0622c4f0d
commit cbb203dd44
29 changed files with 679 additions and 450 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import Check from "src/lib/Others/Check.svelte";
import Check from "src/lib/UI/GUI/Check.svelte";
import { language } from "src/lang";
import { DataBase } from "src/ts/storage/database";