about summary refs log tree commit diff
path: root/src/state/queries/post-reposted-by.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/queries/post-reposted-by.ts')
-rw-r--r--src/state/queries/post-reposted-by.ts11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/state/queries/post-reposted-by.ts b/src/state/queries/post-reposted-by.ts
index a27f203dd..814a815aa 100644
--- a/src/state/queries/post-reposted-by.ts
+++ b/src/state/queries/post-reposted-by.ts
@@ -1,8 +1,11 @@
-import {AppBskyActorDefs, AppBskyFeedGetRepostedBy} from '@atproto/api'
 import {
-  InfiniteData,
-  QueryClient,
-  QueryKey,
+  type AppBskyActorDefs,
+  type AppBskyFeedGetRepostedBy,
+} from '@atproto/api'
+import {
+  type InfiniteData,
+  type QueryClient,
+  type QueryKey,
   useInfiniteQuery,
 } from '@tanstack/react-query'