From 53e43a957c2e0f3f020c34653cbf5029ec6dd8bb Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 9 Sep 2025 18:38:21 +0300 Subject: run `yarn lint --fix` (#9013) --- src/state/queries/profile-lists.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/state/queries/profile-lists.ts') diff --git a/src/state/queries/profile-lists.ts b/src/state/queries/profile-lists.ts index 5c9f9f0d6..a881977ff 100644 --- a/src/state/queries/profile-lists.ts +++ b/src/state/queries/profile-lists.ts @@ -1,5 +1,9 @@ -import {AppBskyGraphGetLists, moderateUserList} from '@atproto/api' -import {InfiniteData, QueryKey, useInfiniteQuery} from '@tanstack/react-query' +import {type AppBskyGraphGetLists, moderateUserList} from '@atproto/api' +import { + type InfiniteData, + type QueryKey, + useInfiniteQuery, +} from '@tanstack/react-query' import {useAgent} from '#/state/session' import {useModerationOpts} from '../preferences/moderation-opts' -- cgit 1.4.1