diff options
Diffstat (limited to 'src/components/moderation')
-rw-r--r-- | src/components/moderation/PostHider.tsx | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/src/components/moderation/PostHider.tsx b/src/components/moderation/PostHider.tsx index 03a58ab0b..057c77023 100644 --- a/src/components/moderation/PostHider.tsx +++ b/src/components/moderation/PostHider.tsx @@ -1,6 +1,16 @@ -import React, {ComponentProps} from 'react' -import {Pressable, StyleProp, StyleSheet, View, ViewStyle} from 'react-native' -import {AppBskyActorDefs, ModerationCause, ModerationUI} from '@atproto/api' +import React, {type ComponentProps} from 'react' +import { + Pressable, + type StyleProp, + StyleSheet, + View, + type ViewStyle, +} from 'react-native' +import { + type AppBskyActorDefs, + type ModerationCause, + type ModerationUI, +} from '@atproto/api' import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' import {useQueryClient} from '@tanstack/react-query' |