1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

fix import errors

This commit is contained in:
kevmodrome 2020-04-14 11:04:03 +02:00
parent 4f0aa0cab1
commit 514bccfd11

View file

@ -5,7 +5,7 @@
import Select from "components/common/Select.svelte"
import ActionButton from "components/common/ActionButton.svelte"
import getIcon from "components/common/icon"
import FieldView from "./FieldView.svelte"
import FieldView from "../../FieldView.svelte"
import {
get,
compose,
@ -18,7 +18,7 @@
isDate,
} from "lodash/fp"
import { store, backendUiStore } from "builderStore"
import { common, hierarchy } from "../../../../core/src/"
import { common, hierarchy } from "../../../../../../core/src/"
import { getNode } from "components/common/core"
import { templateApi, pipe, validate } from "components/common/core"
import ErrorsBox from "components/common/ErrorsBox.svelte"