import { Typography } from '@material-ui/core'; import * as React from 'react'; const NotFound = () => ( <> Not found The page you were looking for was not found > ); export default NotFound;