mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-14 21:46:35 +00:00
refactor: move components
This commit is contained in:
@@ -14,13 +14,13 @@
|
|||||||
import Badge from "$lib/components/kit/ui/Badge.svelte";
|
import Badge from "$lib/components/kit/ui/Badge.svelte";
|
||||||
import DownloadButton from "$lib/components/kit/ui/DownloadButton.svelte";
|
import DownloadButton from "$lib/components/kit/ui/DownloadButton.svelte";
|
||||||
import IconButton from "$lib/components/kit/ui/IconButton.svelte";
|
import IconButton from "$lib/components/kit/ui/IconButton.svelte";
|
||||||
|
import WorkspaceHeader from "$lib/components/kit/WorkspaceHeader.svelte";
|
||||||
import {
|
import {
|
||||||
ChevronDown,
|
ChevronDown,
|
||||||
Plus,
|
Plus,
|
||||||
Settings2,
|
Settings2,
|
||||||
SlidersHorizontal,
|
SlidersHorizontal,
|
||||||
} from "@lucide/svelte";
|
} from "@lucide/svelte";
|
||||||
import WorkspaceHeader from "./WorkspaceHeader.svelte";
|
|
||||||
|
|
||||||
let gradColor = $state("#DCEBFF");
|
let gradColor = $state("#DCEBFF");
|
||||||
let direction = $state(135);
|
let direction = $state(135);
|
||||||
|
|||||||
Reference in New Issue
Block a user