Skip to content

Commit

Permalink
refactor(date-picker): remove import locale
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasmenker committed Nov 5, 2020
1 parent da412f6 commit 6b3f467
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/DatePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import momentPropTypes from 'react-moment-proptypes';
import omit from 'lodash/omit';
import classNames from 'classnames';

import 'moment/locale/es';

import Icon from './Icon';
import Select from './Select';
import theme from '../styles/theme';
Expand Down

0 comments on commit 6b3f467

Please sign in to comment.