import React from 'react' function PaymentCard() { return ( 제품명 가격 옵션 수량
) } export default PaymentCard