Skip to content

Commit

Permalink
update index.js export from module.exports to export default
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhu2000 committed Jul 7, 2019
1 parent 4d4804a commit 0a08529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import RotateLoader from './RotateLoader';
import ScaleLoader from './ScaleLoader';
import SyncLoader from './SyncLoader';

module.exports = {
export default {
BarLoader,
BeatLoader,
BounceLoader,
Expand Down

0 comments on commit 0a08529

Please sign in to comment.