Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejritter committed Nov 1, 2024
1 parent c36684f commit d6d48af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/recordTypes/collectionobject/fields.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import { defineMessages } from 'react-intl';

export default (configContext) => {
const {
AutocompleteInput,
CompoundInput,
OptionPickerInput,
TermPickerInput,
TextInput,
} = configContext.inputComponents;

const {
Expand Down

0 comments on commit d6d48af

Please sign in to comment.