diff options
Diffstat (limited to 'src/state/queries/profile-followers.ts')
-rw-r--r-- | src/state/queries/profile-followers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/queries/profile-followers.ts b/src/state/queries/profile-followers.ts index 28cc82d7a..fdefc8253 100644 --- a/src/state/queries/profile-followers.ts +++ b/src/state/queries/profile-followers.ts @@ -1,9 +1,9 @@ import {AppBskyActorDefs, AppBskyGraphGetFollowers} from '@atproto/api' import { + useInfiniteQuery, InfiniteData, QueryClient, QueryKey, - useInfiniteQuery, } from '@tanstack/react-query' import {getAgent} from '#/state/session' |