Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenGrider committed Nov 25, 2015
1 parent dd358d4 commit 9128a89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/reducers/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { combineReducers } from 'redux'
import { combineReducers } from 'redux';

const rootReducer = combineReducers({})
const rootReducer = combineReducers({});

export default rootReducer
export default rootReducer;

0 comments on commit 9128a89

Please sign in to comment.