Skip to content

Commit febd0e1

Browse files
committed
Format
1 parent 33b8ff3 commit febd0e1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/applyMiddleware.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
import compose from './compose'
22
import { Middleware, MiddlewareAPI } from './types/middleware'
33
import { AnyAction } from './types/actions'
4-
import { StoreEnhancer, Dispatch, PreloadedState, StoreEnhancerStoreCreator } from './types/store'
4+
import {
5+
StoreEnhancer,
6+
Dispatch,
7+
PreloadedState,
8+
StoreEnhancerStoreCreator
9+
} from './types/store'
510
import { Reducer } from './types/reducers'
611

712
/**

0 commit comments

Comments
 (0)