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;