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