import { Alert, AlertDescription, AlertTitle } from '@/components/ui/alert'
<Alert>
<AlertTitle>Transaction processing paused</AlertTitle>
<AlertDescription>
Payments to this ledger have been temporarily suspended. Check your
connector configuration for details.
</AlertDescription>
</Alert>