mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 03:34:45 +08:00
5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
const prefix = 'TALK_MODERATION_ACTIONS';
|
|
|
|
export const OPEN_MENU = `${prefix}_OPEN_MENU`;
|
|
export const CLOSE_MENU = `${prefix}_CLOSE_MENU`;
|