Change saving
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
import { ChevronRightIcon, User } from 'lucide-svelte';
|
||||
import { hubURL, isCharacterHasAssets } from 'src/ts/characterCards';
|
||||
import TextInput from '../UI/GUI/TextInput.svelte';
|
||||
import { openURL } from 'src/ts/globalApi';
|
||||
import { openURL } from 'src/ts/globalApi.svelte';
|
||||
import Button from '../UI/GUI/Button.svelte';
|
||||
import { XIcon } from "lucide-svelte";
|
||||
import SelectInput from "../UI/GUI/SelectInput.svelte";
|
||||
import OptionInput from "../UI/GUI/OptionInput.svelte";
|
||||
import { language } from 'src/lang';
|
||||
import { getFetchData } from 'src/ts/globalApi';
|
||||
import { getFetchData } from 'src/ts/globalApi.svelte';
|
||||
import { alertStore, selectedCharID } from "src/ts/stores.svelte";
|
||||
import { tokenize } from "src/ts/tokenizer";
|
||||
import TextAreaInput from "../UI/GUI/TextAreaInput.svelte";
|
||||
|
||||
Reference in New Issue
Block a user