Skip to content

Commit 04085b3

Browse files
author
ben.durrant
committed
remove unused PayloadAction import
1 parent 75e99d7 commit 04085b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/api/createSlice.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ The main benefit of this is that you can create [async thunks](./createAsyncThun
142142

143143
```ts title="Creator callback for reducers"
144144
import { createSlice, nanoid } from '@reduxjs/toolkit'
145-
import type { PayloadAction } from '@reduxjs/toolkit'
146145
147146
interface Item {
148147
id: string

0 commit comments

Comments
 (0)