mirror of
https://github.com/wassname/talk.git
synced 2026-08-01 13:00:55 +08:00
4 lines
166 B
JavaScript
4 lines
166 B
JavaScript
export const SHOW_BANUSER_DIALOG = 'SHOW_BANUSER_DIALOG';
|
|
export const HIDE_BANUSER_DIALOG = 'HIDE_BANUSER_DIALOG';
|
|
export const USER_BAN_SUCESS = 'USER_BAN_SUCESS';
|