withdraw
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { type FC } from 'react'
|
||||
|
||||
const Payment: FC = () => {
|
||||
return (
|
||||
<div>Payment</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Payment
|
||||
Reference in New Issue
Block a user