1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00
This commit is contained in:
Andrew Kingston 2022-06-07 15:19:51 +01:00
parent aa6d483713
commit c873b42242

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