diff options
Diffstat (limited to 'src/components/moderation/LabelPreference.tsx')
-rw-r--r-- | src/components/moderation/LabelPreference.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/moderation/LabelPreference.tsx b/src/components/moderation/LabelPreference.tsx index edbb12d0c..f477792d1 100644 --- a/src/components/moderation/LabelPreference.tsx +++ b/src/components/moderation/LabelPreference.tsx @@ -5,7 +5,6 @@ import { } from '@atproto/api' import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' -import type React from 'react' import {useGlobalLabelStrings} from '#/lib/moderation/useGlobalLabelStrings' import {useLabelBehaviorDescription} from '#/lib/moderation/useLabelBehaviorDescription' |