import React from 'react' function PaymentKPI() { return (

Amount To Be Paid

{/*
Amount To Be Paid
*/}
₹14000
{/*
*/}
) } export default PaymentKPI