This commit is contained in:
hamid zarghami
2026-04-19 08:52:22 +03:30
parent 7a5a8cfb1d
commit 44a70b2954
9 changed files with 141 additions and 3 deletions
@@ -0,0 +1,9 @@
import { type FC } from 'react'
const Payment: FC = () => {
return (
<div>Payment</div>
)
}
export default Payment