This commit is contained in:
Andrew Kingston 2022-06-07 15:19:51 +01:00
parent aa6d483713
commit c873b42242
1 changed files with 1 additions and 1 deletions

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