Initial commit
This commit is contained in:
4
client-wiaas/src/constants/dialogConstants.js
Normal file
4
client-wiaas/src/constants/dialogConstants.js
Normal file
@@ -0,0 +1,4 @@
|
||||
const MODULE = 'DIALOG_';
|
||||
|
||||
export const CONTENT_MESSAGE = MODULE + 'CONTENT_MESSAGE';
|
||||
export const IS_OPENED = MODULE + 'IS_OPENED';
|
||||
Reference in New Issue
Block a user