Skip to content

Commit

Permalink
Remove unnecessary core js imports (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardwang authored Mar 16, 2020
1 parent 5a94260 commit 8fb3b5c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/core/src/components/Autocomplete/Autocomplete.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* an unacceptable regression of the user experience.
*/

import 'core-js/fn/array/find';
import Button from '../Button/Button';
import Downshift from 'downshift';
import PropTypes from 'prop-types';
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/components/MonthPicker/MonthPicker.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'core-js/fn/array/includes';
import Button from '../Button/Button';
import Choice from '../ChoiceList/Choice';
import FormLabel from '../FormLabel/FormLabel';
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/components/Tabs/Tabs.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'core-js/fn/array/find-index';
import PropTypes from 'prop-types';
import React from 'react';
import Tab from './Tab';
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/components/TextField/Mask.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'core-js/fn/array/includes';
import PropTypes from 'prop-types';
import React from 'react';

Expand Down

0 comments on commit 8fb3b5c

Please sign in to comment.