Created
September 25, 2023 15:33
-
-
Save thesoftwarephilosopher/3369bcfa7b841cae1a1a6d7f9d1d67bc 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
import * as Common from "../components/common"; | |
export default <> | |
<Common.TypicalPage image='/img/page/404.jpg'> | |
<Common.Column spaced> | |
<Common.Typography> | |
<h1>Page not found</h1> | |
<p>Sorry, couldn't find the page you're looking for.</p> | |
</Common.Typography> | |
</Common.Column> | |
</Common.TypicalPage> | |
</>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment