import Icon from '@/Components/Icon/Icon' import { AlertDialogDescription, AlertDialogLabel } from '@reach/alert-dialog' export const SuccessPrompt = ({ ctaRef, onClose, }: { ctaRef: React.RefObject onClose: () => void }) => { return ( <>
Your purchase was successful!
Enjoy your new powered up experience.
) }