move map as a supdirectory of challenges
This commit is contained in:
@@ -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 ];
|
||||
|
Reference in New Issue
Block a user