fix
This commit is contained in:
@ -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})`);
|
||||
|
Reference in New Issue
Block a user