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
@@ -3,7 +3,7 @@
import { panelStore } from "../../stores/panelStore";
import { panelStorage } from "$lib/utils/panelStorage";
import type { Panel } from "$lib/types/panel";
import { IconButton } from "$lib/components/ui";
import IconButton from "../ui/IconButton.svelte";
interface Props {
onPanelSelect: (panel: Panel) => void;