This commit is contained in:
Andrew Kingston 2022-06-29 09:09:44 +01:00
parent 9c82f8650a
commit 64990ca11a
1 changed files with 1 additions and 6 deletions

View File

@ -1,11 +1,6 @@
import { get, writable } from "svelte/store" import { get, writable } from "svelte/store"
import { cloneDeep } from "lodash/fp" import { cloneDeep } from "lodash/fp"
import { import { currentAsset, mainLayout, selectedComponent } from "builderStore"
currentAsset,
mainLayout,
selectedComponent,
selectedScreen,
} from "builderStore"
import { import {
datasources, datasources,
integrations, integrations,