import { type FC } from 'react' const PaymentMethodsList: FC = () => { return (

لیست روش های پرداخت

) } export default PaymentMethodsList