Fix import indenetation
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
import OptionInput from "../UI/GUI/OptionInput.svelte";
|
||||
import { language } from 'src/lang';
|
||||
import { getFetchData } from 'src/ts/storage/globalApi';
|
||||
import { CurrentChat } from "src/ts/stores";
|
||||
import { tokenize } from "src/ts/tokenizer";
|
||||
import { CurrentChat } from "src/ts/stores";
|
||||
import { tokenize } from "src/ts/tokenizer";
|
||||
let btn
|
||||
let input = ''
|
||||
let cardExportType = ''
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
import { DownloadIcon, EditIcon, FolderUpIcon, PlusIcon, TrashIcon, XIcon } from "lucide-svelte";
|
||||
import { exportChat, importChat } from "../../ts/characters";
|
||||
import { findCharacterbyId } from "../../ts/util";
|
||||
import TextInput from "../UI/GUI/TextInput.svelte";
|
||||
import TextInput from "../UI/GUI/TextInput.svelte";
|
||||
|
||||
let editMode = false
|
||||
export let close = () => {}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { MailIcon, MaximizeIcon, WalletIcon } from "lucide-svelte";
|
||||
import { isTauri, openURL, toggleFullscreen } from "src/ts/storage/globalApi";
|
||||
import { MailIcon, MaximizeIcon, WalletIcon } from "lucide-svelte";
|
||||
import { isTauri, openURL, toggleFullscreen } from "src/ts/storage/globalApi";
|
||||
|
||||
</script>
|
||||
<svelte:head>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
import BarIcon from "../SideBars/BarIcon.svelte";
|
||||
import { User, Users } from "lucide-svelte";
|
||||
import { selectedCharID } from "../../ts/stores";
|
||||
import TextInput from "../UI/GUI/TextInput.svelte";
|
||||
import TextInput from "../UI/GUI/TextInput.svelte";
|
||||
export let endGrid = () => {}
|
||||
let search = ''
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
import { changeLanguage, language } from "src/lang";
|
||||
import { DataBase, setPreset } from "src/ts/storage/database";
|
||||
import Chat from "../ChatScreens/Chat.svelte";
|
||||
import { prebuiltPresets } from "src/ts/process/templates/templates";
|
||||
import { updateTextTheme } from "src/ts/gui/colorscheme";
|
||||
import { prebuiltPresets } from "src/ts/process/templates/templates";
|
||||
import { updateTextTheme } from "src/ts/gui/colorscheme";
|
||||
|
||||
let step = 0
|
||||
let provider = ''
|
||||
|
||||
Reference in New Issue
Block a user