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/ReportDialog/copy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/moderation/ReportDialog/copy.ts') diff --git a/src/components/moderation/ReportDialog/copy.ts b/src/components/moderation/ReportDialog/copy.ts index 87e199f98..11536c00c 100644 --- a/src/components/moderation/ReportDialog/copy.ts +++ b/src/components/moderation/ReportDialog/copy.ts @@ -2,7 +2,7 @@ import {useMemo} from 'react' import {msg} from '@lingui/macro' import {useLingui} from '@lingui/react' -import {ParsedReportSubject} from './types' +import {type ParsedReportSubject} from './types' export function useCopyForSubject(subject: ParsedReportSubject) { const {_} = useLingui() -- cgit 1.4.1