move map as a supdirectory of challenges

This commit is contained in:
Berkeley Martinez
2016-05-10 19:28:40 -07:00
parent 33d3e94e62
commit 1eb6390b85
28 changed files with 93 additions and 383 deletions

View File

@@ -9,7 +9,6 @@ import {
reducer as jobsApp,
formNormalizer as jobsNormalizer
} from './routes/Jobs/redux';
import { reducer as map } from './routes/map/redux';
export default function createReducer(sideReducers = {}) {
return combineReducers({
@@ -19,7 +18,6 @@ export default function createReducer(sideReducers = {}) {
hikesApp,
jobsApp,
challengesApp,
map,
form: formReducer.normalize(jobsNormalizer)
});
}