import {FC} from 'react' const PurchaseButton: FC = () => ( Buy Now ) export {PurchaseButton}