Add Groups
This commit is contained in:
10
js/constants/GroupConstants.js
Normal file
10
js/constants/GroupConstants.js
Normal file
@ -0,0 +1,10 @@
|
||||
var keyMirror = require('keymirror');
|
||||
|
||||
module.exports = keyMirror({
|
||||
CREATE_GROUP: null,
|
||||
GROUP_CREATED: null,
|
||||
FETCH_GROUPS: null,
|
||||
GROUPS_FETCHED: null,
|
||||
UPDATE_GROUP: null,
|
||||
GROUP_UPDATED: null
|
||||
});
|
Reference in New Issue
Block a user