import React from "react"; const PayPal = () => { return ( <>
); }; export default PayPal;