fix import errors
This commit is contained in:
parent
4f0aa0cab1
commit
514bccfd11
|
@ -5,7 +5,7 @@
|
||||||
import Select from "components/common/Select.svelte"
|
import Select from "components/common/Select.svelte"
|
||||||
import ActionButton from "components/common/ActionButton.svelte"
|
import ActionButton from "components/common/ActionButton.svelte"
|
||||||
import getIcon from "components/common/icon"
|
import getIcon from "components/common/icon"
|
||||||
import FieldView from "./FieldView.svelte"
|
import FieldView from "../../FieldView.svelte"
|
||||||
import {
|
import {
|
||||||
get,
|
get,
|
||||||
compose,
|
compose,
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
isDate,
|
isDate,
|
||||||
} from "lodash/fp"
|
} from "lodash/fp"
|
||||||
import { store, backendUiStore } from "builderStore"
|
import { store, backendUiStore } from "builderStore"
|
||||||
import { common, hierarchy } from "../../../../core/src/"
|
import { common, hierarchy } from "../../../../../../core/src/"
|
||||||
import { getNode } from "components/common/core"
|
import { getNode } from "components/common/core"
|
||||||
import { templateApi, pipe, validate } from "components/common/core"
|
import { templateApi, pipe, validate } from "components/common/core"
|
||||||
import ErrorsBox from "components/common/ErrorsBox.svelte"
|
import ErrorsBox from "components/common/ErrorsBox.svelte"
|
||||||
|
|
Loading…
Reference in New Issue