New groups

This commit is contained in:
2458773093
2019-07-15 16:47:05 +03:00
parent fd50f03304
commit 1fabd28498
30 changed files with 809 additions and 285 deletions

View File

@@ -34,6 +34,7 @@ import identity_proofs from './identity_proofs';
import trends from './trends';
import groups from './groups';
import group_relationships from './group_relationships';
import group_lists from './group_lists';
const reducers = {
dropdown_menu,
@@ -71,6 +72,7 @@ const reducers = {
trends,
groups,
group_relationships,
group_lists,
};
export default combineReducers(reducers);