Fix(settings): Add separate delete page
This commit is contained in:
@@ -8,7 +8,6 @@ import {
|
||||
reducer as challengesApp,
|
||||
projectNormalizer
|
||||
} from './routes/challenges/redux';
|
||||
import { reducer as settingsApp } from './routes/settings/redux';
|
||||
|
||||
export default function createReducer(sideReducers = {}) {
|
||||
return combineReducers({
|
||||
@@ -17,7 +16,6 @@ export default function createReducer(sideReducers = {}) {
|
||||
app,
|
||||
toasts,
|
||||
challengesApp,
|
||||
settingsApp,
|
||||
form: formReducer.normalize({ ...projectNormalizer })
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user