'use client' import type { BridgeStatus } from './types' export function StatusBadge({ status, error }: { status: BridgeStatus | null; error: string | null }) { if (error) { return (