Add view logic for all projects
This commit is contained in:
@@ -5,4 +5,6 @@ export types from './types';
|
||||
import fetchChallengesSaga from './fetch-challenges-saga';
|
||||
import completionSaga from './completion-saga';
|
||||
|
||||
export projectNormalizer from './project-normalizer';
|
||||
|
||||
export const sagas = [ fetchChallengesSaga, completionSaga ];
|
||||
|
Reference in New Issue
Block a user