5 lines
176 B
JavaScript
Executable File
5 lines
176 B
JavaScript
Executable File
const EMOJI_STATUSES = ['time', 'hand', 'undecided', 'confused', 'sad',
|
|
'happy', 'applause', 'thumbs_up', 'thumbs_down'];
|
|
|
|
export { EMOJI_STATUSES };
|