fix(bundle-size): don't import react-select twice (#2875)
This commit is contained in:
parent
86d741ecac
commit
665afed3c2
@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import ImmutablePropTypes from 'react-immutable-proptypes';
|
||||
import AsyncSelect from 'react-select/lib/Async';
|
||||
import { Async as AsyncSelect } from 'react-select';
|
||||
import { find, isEmpty, last, debounce } from 'lodash';
|
||||
import { List, Map, fromJS } from 'immutable';
|
||||
import { reactSelectStyles } from 'netlify-cms-ui-default';
|
||||
|
Loading…
x
Reference in New Issue
Block a user