import { Alert } from "../Alert"; /** * @deprecated use `` instead */ export default function ErrorAlert(props: { message: string; className?: string }) { return ; }