Skip to content

Commit

Permalink
fix(): update export style in index.js (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusmolchany authored Aug 29, 2018
1 parent 9f1a63b commit 0ab1509
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
import Jazzicon from './Jazzicon';
import jsNumberForAddress from './jsNumberForAddress';

export default Jazzicon;
export { jsNumberForAddress };
export { default } from './Jazzicon';
export { default as jsNumberForAddress } from './jsNumberForAddress';

0 comments on commit 0ab1509

Please sign in to comment.