4 lines
113 B
JavaScript
Executable File
4 lines
113 B
JavaScript
Executable File
const EMOJI_STATUSES = ['away', 'raiseHand', 'neutral', 'confused', 'sad', 'happy'];
|
|
|
|
export { EMOJI_STATUSES };
|