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