Compress and combine emoji data (#5229)
This commit is contained in:
committed by
Eugen Rochko
parent
eb5ac23434
commit
fd7f0732fe
@@ -1,7 +1,7 @@
|
||||
import { List as ImmutableList } from 'immutable';
|
||||
import { STORE_HYDRATE } from '../actions/store';
|
||||
import { search as emojiSearch } from '../emoji_index_light';
|
||||
import { buildCustomEmojis } from '../emoji';
|
||||
import { search as emojiSearch } from '../features/emoji/emoji_mart_search_light';
|
||||
import { buildCustomEmojis } from '../features/emoji/emoji';
|
||||
|
||||
const initialState = ImmutableList();
|
||||
|
||||
|
Reference in New Issue
Block a user