Files
danak-admin/src/pages/reseller/components/Payment.tsx
T
hamid zarghami 44a70b2954 withdraw
2026-04-19 08:52:22 +03:30

9 lines
132 B
TypeScript

import { type FC } from 'react'
const Payment: FC = () => {
return (
<div>Payment</div>
)
}
export default Payment