Created
June 23, 2018 13:25
-
-
Save alexbenic/0ef74ec0be8120ca768b9b44c2558654 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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