move map as a supdirectory of challenges
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
export actions from './actions';
|
||||
export reducer from './reducer';
|
||||
export types from './types';
|
||||
|
||||
import fetchChallengesSaga from './fetch-challenges-saga';
|
||||
export const sagas = [ fetchChallengesSaga ];
|
||||
|
Reference in New Issue
Block a user