mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-10 04:06:27 +01:00
fac6e392e9
See also the following commits: - 0c3ce41031d292734e0e4cc70d227228d1993bea - 268d90e8103770e8b90f6d5680a466c1ec83c6ff
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,
|
|
};
|