structure payment methods
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { type FC } from 'react'
|
||||
|
||||
const PaymentMethodsList: FC = () => {
|
||||
return (
|
||||
<div className='mt-5'>
|
||||
<h1 className='text-lg font-light'>لیست روش های پرداخت</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default PaymentMethodsList
|
||||
Reference in New Issue
Block a user