We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65e75c commit b622e08Copy full SHA for b622e08
src/store.js
@@ -1,13 +1,13 @@
1
// @flow
2
import {createStore, combineReducers, applyMiddleware} from 'redux';
3
-import {createReduxHistoryContext, reachify} from 'redux-first-history';
+import {createReduxHistoryContext} from 'redux-first-history';
4
import {createBrowserHistory} from 'history';
5
6
import data from './modules/data';
7
import relexp from './modules/relexp';
8
9
import type {BrowserHistory} from 'history';
10
-import type {Action, Store, Reducer} from 'redux';
+import type {Store, Reducer} from 'redux';
11
12
const {createReduxHistory, routerMiddleware, routerReducer} =
13
createReduxHistoryContext({
0 commit comments