fix
This commit is contained in:
parent
e314be5b59
commit
39d9c613ac
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import * as twemoji from 'twemoji-parser/dist/lib/regex.js';
|
||||
import twemoji from 'twemoji-parser/dist/lib/regex.js';
|
||||
const twemojiRegex = twemoji.default;
|
||||
|
||||
export const emojiRegex = new RegExp(`(${twemojiRegex.source})`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue