Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 3838a972c94b8bbe6fb04220e63b7ff2 > files > 523

nodejs-docs-10.22.1-9.mga7.noarch.rpm

import React from 'react'
import SEO from 'src/components/seo'

const NotFoundPage = () => (
  <React.Fragment>
    <SEO title='404: Not found' />
    <h1>NOT FOUND</h1>
    <p>You just hit a route that doesn&#39;t exist... the sadness.</p>
  </React.Fragment>
)

export default NotFoundPage