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 ; } const Error = () => { return (

Error

This Page was not found on our Server.
); }; export default Error;