Add view logic for all projects

This commit is contained in:
Berkeley Martinez
2016-06-07 20:41:42 -07:00
parent 1b301b0c0d
commit dc36396369
19 changed files with 546 additions and 229 deletions

View File

@@ -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 ];