Updated reference to choices

Because I have attempted to fix the WebPack issue with choices, I need to change how it is referenced
This commit is contained in:
Darren Mackintosh 2019-03-14 11:47:11 +00:00 committed by GitHub
parent cc32284e8a
commit 5018e4a7d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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