import React from 'react'; const ModalPending = () => { return (

Processing...

Please wait 1 - 2 minutes while we process the request.

Loading...
) }; export default ModalPending;