1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

Fixing linting issue.

This commit is contained in:
mike12345567 2020-10-16 14:00:08 +01:00
parent 691ce5420f
commit 826aa4514d

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"