import React from "react";
import { Helmet } from "react-helmet";
import MuiAlert, { AlertProps } from "@material-ui/lab/Alert";
import { Button, Link } from "@material-ui/core";
import "./Styles/Web/Error.css";
function Alert(props: JSX.IntrinsicAttributes & AlertProps) {
return