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/view/com/modals/InviteCodes.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/view/com/modals/InviteCodes.tsx') diff --git a/src/view/com/modals/InviteCodes.tsx b/src/view/com/modals/InviteCodes.tsx index 60020f996..93f749062 100644 --- a/src/view/com/modals/InviteCodes.tsx +++ b/src/view/com/modals/InviteCodes.tsx @@ -6,10 +6,10 @@ import { View, } from 'react-native' import {setStringAsync} from 'expo-clipboard' -import {ComAtprotoServerDefs} from '@atproto/api' +import {type ComAtprotoServerDefs} from '@atproto/api' import { FontAwesomeIcon, - FontAwesomeIconStyle, + type FontAwesomeIconStyle, } from '@fortawesome/react-native-fontawesome' import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' @@ -22,7 +22,7 @@ import {isWeb} from '#/platform/detection' import {useInvitesAPI, useInvitesState} from '#/state/invites' import {useModalControls} from '#/state/modals' import { - InviteCodesQueryResponse, + type InviteCodesQueryResponse, useInviteCodesQuery, } from '#/state/queries/invites' import {ErrorMessage} from '../util/error/ErrorMessage' -- cgit 1.4.1