mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Remove unused import
This commit is contained in:
parent
c64b4c616d
commit
5e1fdf1e2e
|
@ -1,4 +1,4 @@
|
|||
import { createStore, applyMiddleware, compose } from 'redux';
|
||||
import { createStore, applyMiddleware } from 'redux';
|
||||
import thunk from 'redux-thunk';
|
||||
import rootReducer from '../reducers';
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user