Skip to content

Commit 3645655

Browse files
committed
unused import
1 parent 3ffa3a6 commit 3645655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/usage/persistence-and-rehydration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ box with the `autoMergeLevel1` or `autoMergeLevel2` [state reconcilers](https://
3737
when persisting the root reducer, or with the `autoMergeLevel1` reconciler when persisting just the api reducer.
3838

3939
```ts title="redux-persist rehydration example"
40-
import type { Action, PayloadAction } from '@reduxjs/toolkit'
40+
import type { Action } from '@reduxjs/toolkit'
4141
import { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react'
4242
import { REHYDRATE } from 'redux-persist'
4343

0 commit comments

Comments
 (0)