import Box from "@material-ui/core/Box"; import Container from "@material-ui/core/Container"; import Typography from "@material-ui/core/Typography"; import React from "react"; import Copyright from "@sentrei/ui/components/Copyright"; import Link from "@sentrei/ui/components/Link"; function Custom404(): JSX.Element { return ( 404 Go to the main page ); } export default Custom404;