From 8cf42009183ec2fbf0d16bf505293505a2b30b4c Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 18 Mar 2024 09:51:26 -0500 Subject: [PATCH] Integrate feedback pt 5 Co-authored-by: Takayuki KUSANO <65759+tkusano@users.noreply.github.com> --- src/view/screens/DebugMod.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/view/screens/DebugMod.tsx b/src/view/screens/DebugMod.tsx index 075b0511c8..d3e756c308 100644 --- a/src/view/screens/DebugMod.tsx +++ b/src/view/screens/DebugMod.tsx @@ -17,6 +17,8 @@ import { ComAtprotoLabelDefs, interpretLabelValueDefinition, } from '@atproto/api' +import {msg} from '@lingui/macro' +import {useLingui} from '@lingui/react' import {moderationOptsOverrideContext} from '#/state/queries/preferences' import {useSession} from '#/state/session' import {FeedNotification} from '#/state/queries/notifications/types'