change globalApi path
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
import { FileAudioIcon, PlusIcon } from "lucide-svelte";
|
||||
import { type character, type groupChat } from "src/ts/storage/database.svelte";
|
||||
import { getFileSrc, saveAsset } from "src/ts/storage/globalApi";
|
||||
import { getFileSrc, saveAsset } from "src/ts/globalApi";
|
||||
import { selectMultipleFile } from "src/ts/util";
|
||||
interface Props {
|
||||
currentCharacter: character|groupChat;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
import { stopTTS } from "src/ts/process/tts";
|
||||
import MainMenu from '../UI/MainMenu.svelte';
|
||||
import AssetInput from './AssetInput.svelte';
|
||||
import { downloadFile } from 'src/ts/storage/globalApi';
|
||||
import { downloadFile } from 'src/ts/globalApi';
|
||||
import { runTrigger } from 'src/ts/process/triggers';
|
||||
import { v4 } from 'uuid';
|
||||
import { PreUnreroll, Prereroll } from 'src/ts/process/prereroll';
|
||||
|
||||
Reference in New Issue
Block a user