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

@@ -7,8 +7,8 @@
import NumberInput from "./GUI/NumberInput.svelte";
import CheckInput from "./GUI/CheckInput.svelte";
import { ArrowDown, ArrowUp, XIcon } from "lucide-svelte";
import TextInput from "./GUI/TextInput.svelte";
import { DataBase } from "src/ts/storage/database";
import TextInput from "./GUI/TextInput.svelte";
import { DataBase } from "src/ts/storage/database";
export let promptItem:PromptItem
export let onRemove:() => void = () => {}
export let moveUp:() => void = () => {}