5 lines
177 B
JavaScript
Executable File
5 lines
177 B
JavaScript
Executable File
const EMOJI_STATUSES = ['away', 'raiseHand', 'neutral', 'confused', 'sad',
|
|
'happy', 'applause', 'thumbsUp', 'thumbsDown'];
|
|
|
|
export { EMOJI_STATUSES };
|