1
0
Fork 0
mirror of synced 2024-09-15 00:38:01 +12:00
This commit is contained in:
Andrew Kingston 2022-06-07 15:19:51 +01:00
parent 153fc0d7af
commit 7940d4997a

View file

@ -2,7 +2,7 @@
import { onMount, onDestroy } from "svelte"
import Indicator from "./Indicator.svelte"
import { domDebounce } from "utils/domDebounce"
import { builderStore, componentStore } from "stores"
import { builderStore } from "stores"
export let componentId
export let color