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
@@ -1,7 +1,7 @@
<script lang="ts">
import type { Panel } from "$lib/types/panel";
import PanelPreview from "./PanelPreview.svelte";
import { Button } from "$lib/components/ui";
import Button from "../ui/Button.svelte";
interface Props {
panels: Panel[];