refactor: reorganize components

This commit is contained in:
2026-02-04 16:42:33 +05:00
parent 1996719fcb
commit 62254acdb9
11 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
type TextItem = Panel["texts"][0];
import { Stage, Layer, Image, Text } from "svelte-konva";
import { Button } from "$lib/components/ui";
import Button from "../ui/Button.svelte";
interface Props {
panel: Panel;