Fixing typo

This commit is contained in:
Maxime Beauchemin
2017-02-21 08:44:55 -08:00
parent 8b4d72cf32
commit ec84aa7577

View File

@@ -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,