Refactor all emoji utility methods into window.Signal.Emoji
This commit is contained in:
parent
32e2c6dcb5
commit
a5416e42c4
14 changed files with 131 additions and 387 deletions
|
@ -2,7 +2,8 @@ import React from 'react';
|
|||
|
||||
import createLinkify from 'linkify-it';
|
||||
|
||||
import { Emojify, getSizeClass } from './Emojify';
|
||||
import { getSizeClass } from '../../util/emoji';
|
||||
import { Emojify } from './Emojify';
|
||||
|
||||
const linkify = createLinkify();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue