diff options
Diffstat (limited to 'src/state/queries/my-blocked-accounts.ts')
-rw-r--r-- | src/state/queries/my-blocked-accounts.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/state/queries/my-blocked-accounts.ts b/src/state/queries/my-blocked-accounts.ts index 05a78825f..a2e29136f 100644 --- a/src/state/queries/my-blocked-accounts.ts +++ b/src/state/queries/my-blocked-accounts.ts @@ -1,8 +1,8 @@ -import {AppBskyActorDefs, AppBskyGraphGetBlocks} from '@atproto/api' +import {type AppBskyActorDefs, type AppBskyGraphGetBlocks} from '@atproto/api' import { - InfiniteData, - QueryClient, - QueryKey, + type InfiniteData, + type QueryClient, + type QueryKey, useInfiniteQuery, } from '@tanstack/react-query' |