Skip to content

Commit

Permalink
Merge branch 'middleware/thunk' into middleware/thunk-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
velopert committed Sep 5, 2019
2 parents 07d390d + 962db32 commit 94e44df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { combineReducers } from 'redux';
import counter from './counter';
import todos from './todos';
import github from './github/reducer';
import github from './github';

const rootReducer = combineReducers({
counter,
Expand Down

0 comments on commit 94e44df

Please sign in to comment.