Add Groups

This commit is contained in:
2017-01-10 08:08:45 -05:00
parent bea8be18ff
commit 9ed692aa10
20 changed files with 740 additions and 62 deletions

View 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
});