20377: Removed unused imports
[arvados-workbench2.git] / src / store / store.ts
index ec673d62239c49170ce2c0f8bbc06a270f15ca00..913207c35769ddb6cb39608be5f6b988d0bb7499 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import { createStore, applyMiddleware, compose, Middleware, combineReducers, Store, Action, Dispatch } from 'redux';
+import { createStore, applyMiddleware, Middleware, combineReducers, Store, Action, Dispatch } from 'redux';
 import { routerMiddleware, routerReducer } from "react-router-redux";
 import thunkMiddleware from 'redux-thunk';
 import { History } from "history";