Moves to next challenges
This commit is contained in:
@@ -3,4 +3,6 @@ export reducer from './reducer';
|
||||
export types from './types';
|
||||
|
||||
import fetchChallengesSaga from './fetch-challenges-saga';
|
||||
export const sagas = [ fetchChallengesSaga ];
|
||||
import completionSaga from './completion-saga';
|
||||
|
||||
export const sagas = [ fetchChallengesSaga, completionSaga ];
|
||||
|
Reference in New Issue
Block a user