diff --git a/src/pages/reseller/Withdraw.tsx b/src/pages/reseller/Withdraw.tsx index dafaed6..5736a3c 100644 --- a/src/pages/reseller/Withdraw.tsx +++ b/src/pages/reseller/Withdraw.tsx @@ -6,10 +6,10 @@ import Td from '../../components/Td' import { WithDrawItemType } from './types/Types' import { NumberFormat } from '../../config/func' import moment from 'moment-jalaali' -import Button from '../../components/Button' import Pagination from '../../components/Pagination' import DefaulModal from '../../components/DefaulModal' import Input from '../../components/Input' +import Payment from './components/Payment' const Withdraw: FC = () => { @@ -49,10 +49,12 @@ const Withdraw: FC = () => { -