Initial step challenge ui with state changes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { createAction } from 'redux-actions';
|
||||
|
||||
import types from './types';
|
||||
|
||||
export const goToStep = createAction(types.goToStep);
|
||||
|
||||
Reference in New Issue
Block a user