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

@@ -3,5 +3,4 @@ export { default as actions } from './actions';
export { default as types } from './types';
import fetchUserSaga from './fetch-user-saga';
import fetchChallengesSaga from './fetch-challenges-saga';
export const sagas = [ fetchUserSaga, fetchChallengesSaga ];
export const sagas = [ fetchUserSaga ];