1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Fixing linting issue.

This commit is contained in:
mike12345567 2020-10-16 14:00:08 +01:00
parent 734b9e744c
commit 3a9703fa6c

View file

@ -1,4 +1,4 @@
import { values, cloneDeep } from "lodash/fp"
import { cloneDeep } from "lodash/fp"
import getNewComponentName from "../getNewComponentName"
import { backendUiStore } from "builderStore"
import { writable, get } from "svelte/store"