about summary refs log tree commit diff
path: root/src/state/queries/my-lists.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/queries/my-lists.ts')
-rw-r--r--src/state/queries/my-lists.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/state/queries/my-lists.ts b/src/state/queries/my-lists.ts
index 0f8721c61..aeb9cf456 100644
--- a/src/state/queries/my-lists.ts
+++ b/src/state/queries/my-lists.ts
@@ -1,5 +1,5 @@
-import {AppBskyGraphDefs} from '@atproto/api'
-import {QueryClient, useQuery} from '@tanstack/react-query'
+import {type AppBskyGraphDefs} from '@atproto/api'
+import {type QueryClient, useQuery} from '@tanstack/react-query'
 
 import {accumulate} from '#/lib/async/accumulate'
 import {STALE} from '#/state/queries'