From 92680c0dc065692b2fb9d50649ddfb1ee5f4de37 Mon Sep 17 00:00:00 2001 From: Darren Mackintosh Date: Thu, 14 Mar 2019 12:20:43 +0000 Subject: [PATCH] Update index.js --- src/scripts/reducers/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';