Fix import indenetation

This commit is contained in:
kwaroran
2024-04-25 01:23:25 +09:00
parent 11b1d4d4f3
commit e1f738c4ae
37 changed files with 113 additions and 113 deletions

View File

@@ -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 = () => {}