feat: remove news from platform

This commit is contained in:
Mrugesh Mohapatra
2019-01-14 22:49:13 +05:30
committed by Stuart Taylor
parent 219abdc2ce
commit fdc2219f81
39 changed files with 19 additions and 1709 deletions

View File

@@ -15,7 +15,6 @@ import {
reducer as challenge,
ns as challengeNameSpace
} from '../templates/Challenges/redux';
import { reducer as news, ns as newsNameSpace } from '../templates/News/redux';
export default combineReducers({
[appNameSpace]: app,
@@ -23,6 +22,5 @@ export default combineReducers({
[curriculumMapNameSpace]: curriculumMap,
[flashNameSpace]: flash,
form: formReducer,
[newsNameSpace]: news,
[settingsNameSpace]: settings
});