import { Button, Result } from 'antd'; import { useHistory } from 'react-router-dom'; export function BillSent() { const history = useHistory(); return ( history.push('/')}> Go Back Home ]} /> ); }