Initial move to redux

This commit is contained in:
Berkeley Martinez
2016-01-27 11:34:44 -08:00
parent 2863efe8e1
commit 8ef3fdb6a0
67 changed files with 1527 additions and 667 deletions

View File

@@ -0,0 +1,6 @@
export { default as reducer } from './reducer';
export { default as actions } from './actions';
export { default as types } from './types';
import fetchUserSaga from './fetch-user-saga';
export const sagas = [ fetchUserSaga ];