Export frequently util

exclude-unsupported-native-emojis
Etienne Lemay 2016-07-26 14:53:53 -04:00
parent 9feee08e06
commit 2b734d8ef6
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
import emojiIndex from './utils/emoji-index'
import store from './utils/store'
import frequently from './utils/frequently'
export { Picker, Emoji } from './components'
export { emojiIndex, store }
export { emojiIndex, store, frequently }