Skip to content

Commit 4132d41

Browse files
cellogtimdorr
authored andcommitted
remove unused type (#3538)
1 parent ff8af9f commit 4132d41

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

test/applyMiddleware.spec.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
import {
2-
createStore,
3-
applyMiddleware,
4-
Middleware,
5-
Dispatch,
6-
AnyAction,
7-
Action
8-
} from '..'
1+
import { createStore, applyMiddleware, Middleware, AnyAction, Action } from '..'
92
import * as reducers from './helpers/reducers'
103
import { addTodo, addTodoAsync, addTodoIfEmpty } from './helpers/actionCreators'
114
import { thunk } from './helpers/middleware'

0 commit comments

Comments
 (0)