Skip to content

Commit b622e08

Browse files
committed
Remove unused imports
1 parent b65e75c commit b622e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/store.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// @flow
22
import {createStore, combineReducers, applyMiddleware} from 'redux';
3-
import {createReduxHistoryContext, reachify} from 'redux-first-history';
3+
import {createReduxHistoryContext} from 'redux-first-history';
44
import {createBrowserHistory} from 'history';
55

66
import data from './modules/data';
77
import relexp from './modules/relexp';
88

99
import type {BrowserHistory} from 'history';
10-
import type {Action, Store, Reducer} from 'redux';
10+
import type {Store, Reducer} from 'redux';
1111

1212
const {createReduxHistory, routerMiddleware, routerReducer} =
1313
createReduxHistoryContext({

0 commit comments

Comments
 (0)