mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-15 12:44:24 -05:00
0c3ce41031
* Update to emojimart 2.6.1 WIP using local updated version. Sheet comes from emoji-data@4.0.4, file sheet_twitter_32_indexed_256.png. * Update to 2.6.1 and uncompress data if needed * Remove changes that were not needed * Fix yarn lock file * Match emojiToShowFilter behavior to new version of emoji-mart * Fix codeclimate issue * Match custom emoji behavior to new version of emoji-mart * Replace emoji without shortcode in tests * Fix code climate issues
8 lines
161 B
JavaScript
8 lines
161 B
JavaScript
import Picker from 'emoji-mart/dist-es/components/picker/picker';
|
|
import Emoji from 'emoji-mart/dist-es/components/emoji/emoji';
|
|
|
|
export {
|
|
Picker,
|
|
Emoji,
|
|
};
|