Refactor RealmMain.svelte to remove unused imports and variables

This commit is contained in:
kwaroran
2024-10-26 21:33:46 +09:00
parent 8e0f6dfdf3
commit 532de96c77

View File

@@ -4,12 +4,8 @@
import { alertInput } from "src/ts/alert";
import { language } from "src/lang";
import RisuHubIcon from "./RealmHubIcon.svelte";
import TextInput from "../GUI/TextInput.svelte";
import { MobileGUI, SizeStore } from "src/ts/stores.svelte";
import { Capacitor } from "@capacitor/core";
import { MobileGUI } from "src/ts/stores.svelte";
import RealmPopUp from "./RealmPopUp.svelte";
import { googleBuild } from "src/ts/globalApi";
import { split } from "lodash";
let openedData:null|hubType = $state(null)