Move from one challenge to another within a block

This commit is contained in:
Berkeley Martinez
2016-06-10 10:45:29 -07:00
parent 5d4a92bcc6
commit c0015a4050
7 changed files with 30 additions and 16 deletions

View File

@@ -18,6 +18,7 @@ export const fetchChallengeCompleted = createAction(
(_, challenge) => challenge,
entities => ({ entities })
);
export const resetUi = createAction(types.resetUi);
export const fetchChallenges = createAction(types.fetchChallenges);
export const fetchChallengesCompleted = createAction(