const EMOJI_STATUSES = [
'away',
'raiseHand',
'neutral',
'confused',
'sad',
'happy',
'applause',
'thumbsUp',
'thumbsDown',
];
export { EMOJI_STATUSES };