diff options
Diffstat (limited to 'src/app/AppStore.js')
-rw-r--r-- | src/app/AppStore.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/AppStore.js b/src/app/AppStore.js index a0022e1..24bda2a 100644 --- a/src/app/AppStore.js +++ b/src/app/AppStore.js @@ -26,7 +26,6 @@ import GlobalAutoCompleteSearchBarReducer from 'app/globalAutoCompleteSearchBar/ import TierSupportReducer from 'app/tierSupport/TierSupportReducer.js'; import MainScreenWrapperReducer from './MainScreenWrapperReducer.js'; import InventoryReducer from './inventory/InventoryReducer.js'; -import DynamicViewLoaderReducer from 'generic-components/dynamicViewLoader/DynamicViewLoaderReducer.js'; import VnfSearchReducer from './vnfSearch/VnfSearchReducer.js'; import GlobalInlineMessageBarReducer from 'app/globalInlineMessageBar/GlobalInlineMessageBarReducer.js'; import ExtensibilityReducer from 'app/extensibility/ExtensibilityReducer.js'; @@ -46,7 +45,6 @@ export const storeCreator = (initialState) => createStore( globalAutoCompleteSearchBarReducer: GlobalAutoCompleteSearchBarReducer, tierSupport: TierSupportReducer, inventoryReducer: InventoryReducer, - dynamicViewReducer: DynamicViewLoaderReducer, vnfSearch: VnfSearchReducer, globalInlineMessageBar: GlobalInlineMessageBarReducer, extensibility: ExtensibilityReducer |