Skip to content

Commit

Permalink
Merge branch 'master' of github.com:StephenGrider/ReduxSimpleStarter
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenGrider committed Dec 5, 2015
2 parents 3aa34af + fe018bf commit 1b82228
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/reducers/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { combineReducers } from 'redux';

const rootReducer = combineReducers({});
const rootReducer = combineReducers({
state: (state = {}) => state
});

export default rootReducer;

0 comments on commit 1b82228

Please sign in to comment.