import React from 'react'; import EstimateDeleteAlert from 'containers/Alerts/Estimates/EstimateDeleteAlert'; import EstimateDeliveredAlert from 'containers/Alerts/Estimates/EstimateDeliveredAlert'; import EstimateApproveAlert from 'containers/Alerts/Estimates/EstimateApproveAlert'; import EstimateRejectAlert from 'containers/Alerts/Estimates/EstimateRejectAlert'; /** * Estimates alert. */ export default function EstimatesAlerts() { return (