import React from "react"; import PropTypes from "prop-types"; import Alert from "@mui/material/Alert"; import AlertTitle from "@mui/material/AlertTitle"; import Button from "@mui/material/Button"; function Error(props) { return (
{props.error}