Access proptypes via prop-types packages instead of React in LimitSelect component

This commit is contained in:
cyril lopez 2017-09-18 18:09:48 +02:00
parent 5b69e1981b
commit 1c331377c5

View File

@ -5,7 +5,7 @@
*/ */
import React from 'react'; import React from 'react';
// import PropTypes from 'prop-types'; import PropTypes from 'prop-types';
import { FormattedMessage } from 'react-intl'; import { FormattedMessage } from 'react-intl';
import { map } from 'lodash'; import { map } from 'lodash';
import styles from './styles.scss'; import styles from './styles.scss';