X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6fdd4a4d609cf8fa459786f42eb337f8da6a5afa..72ee613468c6dee53b98ed1469ce9781a942dbe9:/src/store/store.ts diff --git a/src/store/store.ts b/src/store/store.ts index 1b7173fde3..7e69a72873 100644 --- a/src/store/store.ts +++ b/src/store/store.ts @@ -9,7 +9,6 @@ import { History } from "history"; import { authReducer } from "./auth/auth-reducer"; import { authMiddleware } from "./auth/auth-middleware"; -import { configReducer } from "./config/config-reducer"; import { dataExplorerReducer } from './data-explorer/data-explorer-reducer'; import { detailsPanelReducer } from './details-panel/details-panel-reducer'; import { contextMenuReducer } from './context-menu/context-menu-reducer'; @@ -148,7 +147,6 @@ export function configureStore(history: History, services: ServiceRepository): R const createRootReducer = (services: ServiceRepository) => combineReducers({ auth: authReducer(services), - config: configReducer, collectionPanel: collectionPanelReducer, collectionPanelFiles: collectionPanelFilesReducer, contextMenu: contextMenuReducer,