import React from 'react' import {View} from 'react-native' import {Trans} from '@lingui/macro' import {atoms as a, useTheme} from '#/alf' import {Text} from '#/components/Typography' export function ChatDisabled() { const t = useTheme() return ( Your chats have been disabled Our moderators have reviewed reports and decided to disable your access to chats on Bluesky. ) }