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

@@ -12,7 +12,7 @@
import { isEqual } from "lodash";
import { sayTTS } from "src/ts/process/tts";
import { getModelShortName } from "src/ts/model/names";
import { capitalize } from "src/ts/util";
import { capitalize } from "src/ts/util";
export let message = ''
export let name = ''
export let largePortrait = false

View File

@@ -10,7 +10,7 @@
import BackgroundDom from "./BackgroundDom.svelte";
import SideBarArrow from "../UI/GUI/SideBarArrow.svelte";
import VisualNovelMain from "../VisualNovel/VisualNovelMain.svelte";
import ModuleChatMenu from "../Setting/Pages/Module/ModuleChatMenu.svelte";
import ModuleChatMenu from "../Setting/Pages/Module/ModuleChatMenu.svelte";
let openChatList = false
let openModuleList = false

View File

@@ -23,8 +23,8 @@
import { PreUnreroll, Prereroll } from 'src/ts/process/prereroll';
import { processMultiCommand } from 'src/ts/process/command';
import { postChatFile } from 'src/ts/process/files/multisend';
import { getInlayImage } from 'src/ts/process/files/image';
import PlaygroundMenu from '../Playground/PlaygroundMenu.svelte';
import { getInlayImage } from 'src/ts/process/files/image';
import PlaygroundMenu from '../Playground/PlaygroundMenu.svelte';
let messageInput:string = ''
let messageInputTranslate:string = ''