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