Let's go a different route

This commit is contained in:
Eric Bailey
2024-07-24 10:47:40 -05:00
parent 3ad3fe55bd
commit 8412e2ac60
2 changed files with 16 additions and 49 deletions
-2
View File
@@ -5,7 +5,6 @@ import {
AppBskyFeedDefs,
AppBskyGraphDefs,
AtUri,
ModerationDecision,
RichText as RichTextApi,
} from '@atproto/api'
import {msg, plural, Trans} from '@lingui/macro'
@@ -36,7 +35,6 @@ import {Text} from '#/components/Typography'
type Props = {
view: AppBskyFeedDefs.GeneratorView
moderation?: ModerationDecision
}
export function Default(props: Props) {