1
0
Fork 0
mirror of synced 2024-07-05 14:31:17 +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 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"