Update index.js

This commit is contained in:
Darren Mackintosh 2019-03-14 12:20:43 +00:00 committed by GitHub
parent da87fa07cf
commit 92680c0dc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';