diff options
Diffstat (limited to 'src/state/queries/my-blocked-accounts.ts')
-rw-r--r-- | src/state/queries/my-blocked-accounts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/queries/my-blocked-accounts.ts b/src/state/queries/my-blocked-accounts.ts index 6e981f1e2..badaaec34 100644 --- a/src/state/queries/my-blocked-accounts.ts +++ b/src/state/queries/my-blocked-accounts.ts @@ -1,9 +1,9 @@ import {AppBskyActorDefs, AppBskyGraphGetBlocks} from '@atproto/api' import { + useInfiniteQuery, InfiniteData, QueryClient, QueryKey, - useInfiniteQuery, } from '@tanstack/react-query' import {getAgent} from '#/state/session' |