Skip to content

Commit

Permalink
Export typeahead (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasmartinrojo committed Sep 30, 2020
1 parent ad5ec02 commit e8fc1c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export {default as CloudTile} from './modals/cloud-tile';
export {default as FileUploadFactory, FileUpload} from './common/file-uploader/file-upload';
export {default as DatasetLabel} from './common/dataset-label';
export {default as ItemSelector} from './common/item-selector/item-selector';
export {default as Typeahead} from './common/item-selector/typeahead';
export {default as FieldSelectorFactory} from './common/field-selector';
export {default as Modal, ModalFooter, ModalTitle} from './common/modal';
export {default as AppLogo} from './common/logo';
Expand Down

0 comments on commit e8fc1c5

Please sign in to comment.