Skip to content

Commit

Permalink
Correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
janechu committed Jan 2, 2024
1 parent 58b7fb1 commit ab96ce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { displayTextDataLocationKey } from "../../form/controls/control.array";
import { displayTextDataLocationKey } from "../../form/controls/type/control.array";

export default {
$schema: "http://json-schema.org/schema#",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ import {
CategoryState,
SectionControlProps,
SectionControlState,
} from "../control.section.props";
import { cloneDeep, get, isEmpty, mergeWith, omit, set, unset } from "lodash-es";
} from "../type/control.section.props";
import { get, omit } from "lodash-es";
import {
CombiningKeyword,
DataDictionary,
getDataFromSchema,
MessageSystem,
MessageSystemType,
normalizeDataLocationToDotNotation,
ValidationError,
} from "design-to-code";
Expand Down

0 comments on commit ab96ce5

Please sign in to comment.