Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Changed import strategy to use new import export
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitur2204 committed Mar 29, 2022
1 parent 2c9ee09 commit a039102
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion DayPicker/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = require('../build/DayPicker');
import DayPicker from '../build/DayPicker';

export default DayPicker;
4 changes: 3 additions & 1 deletion DayPickerInput/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = require('../build/DayPickerInput');
import DayPickerInput from '../build/DayPickerInput';

export default DayPickerInput;

0 comments on commit a039102

Please sign in to comment.