import { XCircleIcon } from '@heroicons/react/solid' export default function ErrorAlert(props) { return (

Something went wrong

{props.message}

) }