import React from 'react'; import PaymentReceiveDeleteAlert from 'containers/Alerts/PaymentReceives/PaymentReceiveDeleteAlert'; /** * PaymentReceives alert. */ export default function EstimatesAlerts() { return (
); }