Skip to content

Commit ec87cf0

Browse files
christineoomarkerikson
authored andcommitted
Remove the unused ActionCreator import in the tutorial doc (#241)
1 parent a71639a commit ec87cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/advanced-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ Before we go any further, let's add a type declaration we can reuse instead.
520520

521521
```diff
522522
-import { configureStore } from 'redux-starter-kit'
523-
+import { configureStore, ActionCreator, Action } from 'redux-starter-kit'
523+
+import { configureStore, Action } from 'redux-starter-kit'
524524
+import { ThunkAction } from 'redux-thunk'
525525

526526
-import rootReducer from './rootReducer'

0 commit comments

Comments
 (0)