change globalApi path

This commit is contained in:
kwaroran
2024-10-26 20:40:40 +09:00
parent d575b0817c
commit ffa6308ca3
65 changed files with 87 additions and 87 deletions

View File

@@ -2,7 +2,7 @@
import { BookIcon, ImageIcon, SmileIcon } from "lucide-svelte";
import { alertNormal } from "src/ts/alert";
import { hubURL, type hubType } from "src/ts/characterCards";
import { trimNonLatin } from "src/ts/storage/globalApi";
import { trimNonLatin } from "src/ts/globalApi";
import { parseMultilangString } from "src/ts/util";
interface Props {

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import { CCLicenseData } from "src/ts/creation/license";
import { tooltip } from "src/ts/gui/tooltip";
import { openURL } from "src/ts/storage/globalApi";
import { openURL } from "src/ts/globalApi";
interface Props {
license?: string;

View File

@@ -8,7 +8,7 @@
import { MobileGUI, SizeStore } from "src/ts/stores";
import { Capacitor } from "@capacitor/core";
import RealmPopUp from "./RealmPopUp.svelte";
import { googleBuild } from "src/ts/storage/globalApi";
import { googleBuild } from "src/ts/globalApi";
import { split } from "lodash";
let openedData:null|hubType = $state(null)