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/components/moderation/LabelsOnMe.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/components/moderation/LabelsOnMe.tsx') diff --git a/src/components/moderation/LabelsOnMe.tsx b/src/components/moderation/LabelsOnMe.tsx index f0a25959f..a55ef470f 100644 --- a/src/components/moderation/LabelsOnMe.tsx +++ b/src/components/moderation/LabelsOnMe.tsx @@ -1,11 +1,16 @@ -import {StyleProp, View, ViewStyle} from 'react-native' -import {AppBskyFeedDefs, ComAtprotoLabelDefs} from '@atproto/api' +import {type StyleProp, View, type ViewStyle} from 'react-native' +import {type AppBskyFeedDefs, type ComAtprotoLabelDefs} from '@atproto/api' import {msg, Plural, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' import {useSession} from '#/state/session' import {atoms as a} from '#/alf' -import {Button, ButtonIcon, ButtonSize, ButtonText} from '#/components/Button' +import { + Button, + ButtonIcon, + type ButtonSize, + ButtonText, +} from '#/components/Button' import {CircleInfo_Stroke2_Corner0_Rounded as CircleInfo} from '#/components/icons/CircleInfo' import { LabelsOnMeDialog, -- cgit 1.4.1