import { AlertTriangleIcon } from "lucide-react"; import { Link } from "react-router"; import { Alert, AlertDescription, AlertTitle, } from "src/components/ui/alert.tsx"; export default function LowReceivingCapacityAlert() { return ( Low receiving capacity You likely won't be able to receive payments until you{" "} spend ,{" "} swap out funds , or{" "} increase your receiving capacity. ); }