diff --git a/src/scripts/reducers/index.js b/src/scripts/reducers/index.js index a3fced6..31dc7b3 100644 --- a/src/scripts/reducers/index.js +++ b/src/scripts/reducers/index.js @@ -1,7 +1,7 @@ import { combineReducers } from 'redux'; import items from './items'; import groups from './groups'; -import { choices } from './choices'; +import choices from './choices'; import general from './general'; import { cloneObject } from '../lib/utils';