mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 16:06:12 +02:00
feat: persist layout state across pages
This commit is contained in:
+3
-4
@@ -1,15 +1,14 @@
|
||||
import React from "react"
|
||||
import React, { Fragment } from "react"
|
||||
|
||||
import { Layout } from "../components/Layout"
|
||||
import { SEO } from "../components/SEO"
|
||||
|
||||
function NotFoundPage() {
|
||||
return (
|
||||
<Layout>
|
||||
<Fragment>
|
||||
<SEO title="404: Not found" />
|
||||
<h1>NOT FOUND</h1>
|
||||
<p>You just hit a route that doesn't exist... the sadness.</p>
|
||||
</Layout>
|
||||
</Fragment>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user