import React from 'react'; import Layout from 'components/Layout'; export default function Custom404() { return (

oops! not found

); }