change globalApi path
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user