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

@@ -1,11 +1,11 @@
import { sagas as appSagas } from './redux';
import { sagas as hikesSagas} from './routes/Hikes/redux';
import { sagas as jobsSagas } from './routes/Jobs/redux';
import { sagas as mapSagas } from './routes/map/redux';
import { sagas as challengeSagas } from './routes/challenges/redux';
export default [
...appSagas,
...hikesSagas,
...jobsSagas,
...mapSagas
...challengeSagas
];