summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/common/core/store/reducers/app.reducer.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/client/src/app/common/core/store/reducers/app.reducer.ts')
-rw-r--r--cds-ui/client/src/app/common/core/store/reducers/app.reducer.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/common/core/store/reducers/app.reducer.ts b/cds-ui/client/src/app/common/core/store/reducers/app.reducer.ts
index 003886068..6f583202c 100644
--- a/cds-ui/client/src/app/common/core/store/reducers/app.reducer.ts
+++ b/cds-ui/client/src/app/common/core/store/reducers/app.reducer.ts
@@ -24,8 +24,10 @@ import { routerReducer } from '@ngrx/router-store';
import { IAppState } from '../state/app.state';
import { blueprintReducer } from '../reducers/blueprint.reducer';
+import { resourcesReducer } from '../reducers/resources.reducer';
export const appReducers: ActionReducerMap<IAppState, any> = {
router: routerReducer,
- blueprint: blueprintReducer
+ blueprint: blueprintReducer,
+ resources:resourcesReducer
}; \ No newline at end of file