Feature(challenges): add reset logic
This commit is contained in:
@@ -33,6 +33,7 @@ export const fetchChallengesCompleted = createAction(
|
||||
export const updateCurrentChallenge = createAction(
|
||||
types.updateCurrentChallenge
|
||||
);
|
||||
export const resetChallenge = createAction(types.resetChallenge);
|
||||
// replaceChallenge(dashedname) => Action
|
||||
export const replaceChallenge = createAction(types.replaceChallenge);
|
||||
|
||||
|
Reference in New Issue
Block a user