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