Skip to content

Instantly share code, notes, and snippets.

@sdegutis
Created September 25, 2023 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdegutis/3369bcfa7b841cae1a1a6d7f9d1d67bc to your computer and use it in GitHub Desktop.
Save sdegutis/3369bcfa7b841cae1a1a6d7f9d1d67bc to your computer and use it in GitHub Desktop.
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