From fbc7c94b594d7c9e6ed5b7d5aaed6928f6db7623 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 10 Aug 2026 16:17:18 +0300 Subject: [PATCH] lint fix --- src/components/moderation/ReportDialog/action.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/moderation/ReportDialog/action.ts b/src/components/moderation/ReportDialog/action.ts index 027558def6..12b483fcab 100644 --- a/src/components/moderation/ReportDialog/action.ts +++ b/src/components/moderation/ReportDialog/action.ts @@ -1,3 +1,4 @@ +import {BSKY_LABELER_DID} from '@atproto/api' import {type AtUriString, type DidString} from '@atproto/syntax' import {msg} from '@lingui/core/macro' import {useLingui} from '@lingui/react' @@ -9,7 +10,6 @@ import {com} from '#/lexicons' import {NEW_TO_OLD_REASONS_MAP, REPORT_MOD_TOOL_NAME} from './const' import {type ReportState} from './state' import {type ParsedReportSubject} from './types' -import {BSKY_LABELER_DID} from '@atproto/api' type ReportInput = com.atproto.moderation.createReport.$InputBody