Skip to content

Commit

Permalink
remove not used variable from the examples folder (#190)
Browse files Browse the repository at this point in the history
Remove not used variable from the examples folder
  • Loading branch information
Rhuansantos authored and supasate committed Nov 25, 2018
1 parent b7a3e02 commit a1db646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/basic/src/index.js
@@ -1,7 +1,7 @@
import { AppContainer } from 'react-hot-loader'
import { applyMiddleware, compose, createStore } from 'redux'
import { createBrowserHistory } from 'history'
import { routerMiddleware, connectRouter } from 'connected-react-router'
import { routerMiddleware } from 'connected-react-router'
import { Provider } from 'react-redux'
import React from 'react'
import ReactDOM from 'react-dom'
Expand Down
2 changes: 1 addition & 1 deletion examples/immutable/src/index.js
@@ -1,7 +1,7 @@
import { AppContainer } from 'react-hot-loader'
import { applyMiddleware, compose, createStore } from 'redux'
import { createBrowserHistory } from 'history'
import { routerMiddleware, connectRouter } from 'connected-react-router/immutable'
import { routerMiddleware } from 'connected-react-router/immutable'
import { Provider } from 'react-redux'
import Immutable from 'immutable'
import React from 'react'
Expand Down

0 comments on commit a1db646

Please sign in to comment.