0
0
Fork 0

Update emoji-mart to v2.1.1 (#5256)

This commit is contained in:
Nolan Lawson 2017-10-07 03:17:02 -07:00 committed by Eugen Rochko
parent 11436358b4
commit 057db0ecd0
7 changed files with 223 additions and 90 deletions

View file

@ -1,5 +1,5 @@
export function EmojiPicker () {
return import(/* webpackChunkName: "emoji_picker" */'emoji-mart');
return import(/* webpackChunkName: "emoji_picker" */'../../emoji/emoji_picker');
}
export function Compose () {