One emoji image set for picker, composition, message bubble
This commit is contained in:
parent
464361b2eb
commit
6c0365a770
10 changed files with 84 additions and 201 deletions
|
@ -1,15 +1,11 @@
|
|||
const { take } = require('lodash');
|
||||
const { getRecentEmojis } = require('./data');
|
||||
const {
|
||||
replaceColons,
|
||||
hasVariation,
|
||||
} = require('../../ts/components/emoji/lib');
|
||||
const { replaceColons } = require('../../ts/components/emoji/lib');
|
||||
|
||||
module.exports = {
|
||||
getInitialState,
|
||||
load,
|
||||
replaceColons,
|
||||
hasVariation,
|
||||
};
|
||||
|
||||
let initialState = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue