import React from 'react' import AniLink from 'gatsby-plugin-transition-link/AniLink' import Seo from '../components/seo' const NotFoundPage = () => { return ( <>

Page not found

Sorry we couldn’t find what you were looking for.

) } export default NotFoundPage