diff options
Diffstat (limited to 'src/lib/moderation/useLabelInfo.ts')
-rw-r--r-- | src/lib/moderation/useLabelInfo.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/moderation/useLabelInfo.ts b/src/lib/moderation/useLabelInfo.ts index b1cffe1e7..0ff7e1246 100644 --- a/src/lib/moderation/useLabelInfo.ts +++ b/src/lib/moderation/useLabelInfo.ts @@ -1,9 +1,9 @@ import { - ComAtprotoLabelDefs, AppBskyLabelerDefs, - LABELS, - interpretLabelValueDefinition, + ComAtprotoLabelDefs, InterpretedLabelValueDefinition, + interpretLabelValueDefinition, + LABELS, } from '@atproto/api' import {useLingui} from '@lingui/react' import * as bcp47Match from 'bcp-47-match' |