Skip to content

Commit

Permalink
Fixed missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
dummerbd committed Apr 14, 2017
1 parent 2772777 commit 0ea7142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SelectField/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable flowtype/require-valid-file-annotation */

export default from './SelectField';
export SelectField from './SelectField';
export SelectFieldInput from './SelectFieldInput';

0 comments on commit 0ea7142

Please sign in to comment.