Correct NimbleEmojiIndex reexport

nolan/hinaloe-test
Diogo Franco 2018-05-08 10:59:21 +09:00 committed by GitHub
parent 4715fe8f48
commit c2f11adec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ export {
Category,
} from './components'
export { NimbleEmojiIndex } from './utils/emoji-index/nimble-emoji-index'
export { default as NimbleEmojiIndex } from './utils/emoji-index/nimble-emoji-index'
export { emojiIndex, store, frequently }