Skip to content

Commit

Permalink
fix: export data picker helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofan2406 committed Jun 9, 2022
1 parent abeb586 commit 521f103
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import './styles/_bootstrap-custom.scss';
import './styles/_icheck-custom.scss';

import { registerLocale } from 'react-datepicker';

import Accordion from './components/Accordion';
import ActionPanel from './components/ActionPanel';
import Alert from './components/Alert';
Expand Down Expand Up @@ -90,6 +92,7 @@ export {
ConfirmModal,
CountBadge,
DatePicker,
registerLocale,
Empty,
fastStatelessWrapper,
FilePicker,
Expand Down

0 comments on commit 521f103

Please sign in to comment.