Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit a2ec57b

Browse files
committed
Fix linting in example.
1 parent 88bc0de commit a2ec57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import DockMonitor from 'redux-devtools-dock-monitor'
44

55
import React from 'react'
66
import ReactDOM from 'react-dom'
7-
import { applyMiddleware, compose, createStore, combineReducers } from 'redux'
7+
import { createStore, combineReducers } from 'redux'
88
import { Provider } from 'react-redux'
99
import { Router, Route, IndexRoute, hashHistory } from 'react-router'
1010
import { syncHistoryWithStore, routerReducer } from 'react-router-redux'

0 commit comments

Comments
 (0)