Skip to content

Commit 4d8614a

Browse files
cellogtimdorr
authored andcommitted
fix import inside enhancers typescript test (reduxjs#3559)
1 parent e40b55e commit 4d8614a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

test/typescript/enhancers.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
import { PreloadedState } from '../../index'
2-
import { StoreEnhancer, Action, AnyAction, Reducer, createStore } from 'redux'
1+
import {
2+
StoreEnhancer,
3+
Action,
4+
AnyAction,
5+
Reducer,
6+
createStore,
7+
PreloadedState
8+
} from 'redux'
39

410
interface State {
511
someField: 'string'

0 commit comments

Comments
 (0)