import React from 'react'; import { Route } from '@config/routing'; import { Typography, Container } from '@material-ui/core'; import { Link } from 'gatsby-theme-material-ui'; import Seo from '@common/Seo'; import Layout from '@common/Layout'; const NotFoundPage = ({ location }) => ( Page not found Back to our site ); export default NotFoundPage;