Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 21, 2017
1 parent 8b4d72c commit ec84aa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { PropTypes } from 'react';
import Select { Creatable } from 'react-select';
import Select, { Creatable } from 'react-select';

const propTypes = {
choices: PropTypes.array,
Expand Down

0 comments on commit ec84aa7

Please sign in to comment.