This commit is contained in:
Samuel Newman
2026-08-10 16:17:18 +03:00
parent abf8ba0993
commit fbc7c94b59
@@ -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