Skip to content

Commit

Permalink
fix: add missing Option import
Browse files Browse the repository at this point in the history
  • Loading branch information
HriBB committed Aug 16, 2016
1 parent 42fdd88 commit cdf373a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/SelectField/SelectField.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import classnames from 'classnames'

import './SelectField.scss'

import Option from '../Option/Option'

export default class SelectField extends Component {

constructor(props) {
Expand Down

0 comments on commit cdf373a

Please sign in to comment.