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> |