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/ReportDialog/SelectReportOptionView.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/components/ReportDialog/SelectReportOptionView.tsx') diff --git a/src/components/ReportDialog/SelectReportOptionView.tsx b/src/components/ReportDialog/SelectReportOptionView.tsx index 92a442cbd..f5165f8f7 100644 --- a/src/components/ReportDialog/SelectReportOptionView.tsx +++ b/src/components/ReportDialog/SelectReportOptionView.tsx @@ -1,10 +1,13 @@ import React from 'react' import {View} from 'react-native' -import {AppBskyLabelerDefs} from '@atproto/api' +import {type AppBskyLabelerDefs} from '@atproto/api' import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' -import {ReportOption, useReportOptions} from '#/lib/moderation/useReportOptions' +import { + type ReportOption, + useReportOptions, +} from '#/lib/moderation/useReportOptions' import {Link} from '#/components/Link' import {DMCA_LINK} from '#/components/ReportDialog/const' export {useDialogControl as useReportDialogControl} from '#/components/Dialog' @@ -23,7 +26,7 @@ import { } from '#/components/icons/Chevron' import {SquareArrowTopRight_Stroke2_Corner0_Rounded as SquareArrowTopRight} from '#/components/icons/SquareArrowTopRight' import {Text} from '#/components/Typography' -import {ReportDialogProps} from './types' +import {type ReportDialogProps} from './types' export function SelectReportOptionView(props: { params: ReportDialogProps['params'] -- cgit 1.4.1