about summary refs log tree commit diff
path: root/src/state/queries/profile-lists.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/queries/profile-lists.ts')
-rw-r--r--src/state/queries/profile-lists.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/state/queries/profile-lists.ts b/src/state/queries/profile-lists.ts
index d20f8a031..505d33b9f 100644
--- a/src/state/queries/profile-lists.ts
+++ b/src/state/queries/profile-lists.ts
@@ -1,6 +1,5 @@
 import {AppBskyGraphGetLists} from '@atproto/api'
-import {InfiniteData, QueryKey, useInfiniteQuery} from '@tanstack/react-query'
-
+import {useInfiniteQuery, InfiniteData, QueryKey} from '@tanstack/react-query'
 import {getAgent} from '#/state/session'
 
 const PAGE_SIZE = 30