Skip to content

Commit

Permalink
fix import inside enhancers typescript test (reduxjs#3559)
Browse files Browse the repository at this point in the history
  • Loading branch information
cellog authored and timdorr committed Sep 2, 2019
1 parent e40b55e commit 4d8614a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions test/typescript/enhancers.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import { PreloadedState } from '../../index'
import { StoreEnhancer, Action, AnyAction, Reducer, createStore } from 'redux'
import {
StoreEnhancer,
Action,
AnyAction,
Reducer,
createStore,
PreloadedState
} from 'redux'

interface State {
someField: 'string'
Expand Down

0 comments on commit 4d8614a

Please sign in to comment.