import React from 'react'; import { Typography, Box, Container } from '@material-ui/core'; import { Link } from 'gatsby-theme-material-ui'; import SEO from '../components/SEO'; const NotFoundPage = ({ location }) => ( Page not found Back to our site ); export default NotFoundPage;