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 82d13a0
Showing 1 changed file with 2 additions and 4 deletions.
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 82d13a0

Please sign in to comment.