import Form from './Form.jsx'; import './Payment.css'; function Payment() { return ( <>
); } export default Payment;