Skip to content

Commit

Permalink
Remove the unused ActionCreator import in the tutorial doc (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
christineoo authored and markerikson committed Oct 31, 2019
1 parent a71639a commit ec87cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/advanced-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ Before we go any further, let's add a type declaration we can reuse instead.

```diff
-import { configureStore } from 'redux-starter-kit'
+import { configureStore, ActionCreator, Action } from 'redux-starter-kit'
+import { configureStore, Action } from 'redux-starter-kit'
+import { ThunkAction } from 'redux-thunk'

-import rootReducer from './rootReducer'
Expand Down

0 comments on commit ec87cf0

Please sign in to comment.