Skip to content

Instantly share code, notes, and snippets.

@mitchallen
Created June 2, 2017 21:13
Show Gist options
  • Save mitchallen/3680b20da834693f8fcd16259af133e2 to your computer and use it in GitHub Desktop.
Save mitchallen/3680b20da834693f8fcd16259af133e2 to your computer and use it in GitHub Desktop.
import React from 'react';
import './NotFound.css';
export default () => (
<div className="NotFound">
<h3>Sorry, page not found!</h3>
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment