feat: layout action search prototype

[deploy]
This commit is contained in:
2023-07-24 00:37:45 +02:00
parent 7df75e109d
commit 21dbfa48de
8 changed files with 179 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import tippy from "tippy.js"
import InputEdit from "$lib/components/InputEdit.svelte"
import InputEdit from "$lib/components/layout/InputEdit.svelte"
import type {Action} from "svelte/action"
export const editableLayout: Action<HTMLButtonElement, {id: number; quadrant: number}> = (