Skip to content

Commit

Permalink
Fix export syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DCzajkowski committed Mar 24, 2018
1 parent b2b3fe9 commit 89ddc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ if (typeof window !== 'undefined') {
window.EmojiPicker = EmojiPicker
}

export { EmojiPicker: EmojiPickerComponent }
export { EmojiPickerComponent as EmojiPicker }
export default EmojiPickerComponent

0 comments on commit 89ddc1a

Please sign in to comment.