mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 19:33:59 +08:00
7 lines
263 B
JavaScript
7 lines
263 B
JavaScript
const prefix = 'TALK_MODERATION_ACTIONS';
|
|
|
|
export const OPEN_MENU = `${prefix}_OPEN_MENU`;
|
|
export const CLOSE_MENU = `${prefix}_CLOSE_MENU`;
|
|
export const OPEN_BAN_DIALOG = `${prefix}_OPEN_BAN_DIALOG`;
|
|
export const CLOSE_BAN_DIALOG = `${prefix}_CLOSE_BAN_DIALOG`;
|