Skip to content

Commit

Permalink
remove unused type (reduxjs#3538)
Browse files Browse the repository at this point in the history
Former-commit-id: 5a5c196
  • Loading branch information
cellog authored and timdorr committed Aug 30, 2019
1 parent 0e39d6c commit bad09a0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/applyMiddleware.spec.ts
@@ -1,11 +1,4 @@
import {
createStore,
applyMiddleware,
Middleware,
Dispatch,
AnyAction,
Action
} from '..'
import { createStore, applyMiddleware, Middleware, AnyAction, Action } from '..'
import * as reducers from './helpers/reducers'
import { addTodo, addTodoAsync, addTodoIfEmpty } from './helpers/actionCreators'
import { thunk } from './helpers/middleware'
Expand Down

0 comments on commit bad09a0

Please sign in to comment.