diff --git a/web/client/reducers/context.js b/web/client/reducers/context.js index 46caaa2236..30eed0b9dd 100644 --- a/web/client/reducers/context.js +++ b/web/client/reducers/context.js @@ -5,7 +5,7 @@ * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ -import { SET_CURRENT_CONTEXT, LOADING, SET_RESOURCE, CLEAR_CONTEXT, UPDATE_USER_PLUGIN, SET_USER_PLUGINS } from "../actions/context"; +import { SET_CURRENT_CONTEXT, LOADING, SET_RESOURCE, CLEAR_CONTEXT, UPDATE_USER_PLUGIN } from "../actions/context"; import { find, get } from 'lodash'; import {set, arrayUpdate} from '../utils/ImmutableUtils'; import { MAP_CONFIG_LOADED } from "../actions/config";