mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-27 23:01:36 +01:00
db06b25376
* fix: update to emoji-mart 2.10.0 * remove useless change * fix CSS style of emoji picker, improve a11y * fix missing newline in scss * fix the title and input fonts
7 lines
169 B
JavaScript
7 lines
169 B
JavaScript
import Picker from 'emoji-mart/dist-modern/components/picker/picker';
|
|
import Emoji from 'emoji-mart/dist-modern/components/emoji/emoji';
|
|
|
|
export {
|
|
Picker,
|
|
Emoji,
|
|
};
|