Skip to content

Instantly share code, notes, and snippets.

@alexbenic
Created June 23, 2018 13:25
Show Gist options
  • Save alexbenic/0ef74ec0be8120ca768b9b44c2558654 to your computer and use it in GitHub Desktop.
Save alexbenic/0ef74ec0be8120ca768b9b44c2558654 to your computer and use it in GitHub Desktop.
const NotFound = () => {
return (
<Fragment>
<Header />
<div className="f1 mesaure center mv4 tc w-100">404</div>
</Fragment>
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment