Initial step challenge ui with state changes

This commit is contained in:
Berkeley Martinez
2016-03-09 14:43:48 -08:00
parent 09ea99e561
commit c7af14bcf7
10 changed files with 360 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
import { createAction } from 'redux-actions';
import types from './types';
export const goToStep = createAction(types.goToStep);