Skip to content

Commit

Permalink
Fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
intpp committed Aug 18, 2016
1 parent 3e50bc4 commit 7e1d6df
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import NotificationBadge from './lib/components/NotificationBadge';
import Effect from './lib/components/Effect';
var NotificationBadge = require('./lib/components/NotificationBadge').default;

export default NotificationBadge;
export { Effect };
NotificationBadge.Effect = require('./lib/components/Effect').default;
module.exports = NotificationBadge;

0 comments on commit 7e1d6df

Please sign in to comment.