mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 16:06:12 +02:00
fix: resolve build & export 404 component
This commit is contained in:
+2
-5
@@ -1,16 +1,13 @@
|
||||
import React, { Fragment } from "react"
|
||||
import * as SC from "./styles"
|
||||
|
||||
import { SEO } from "../components/SEO"
|
||||
import { FourZeroFour } from "../components/FourZeroFour"
|
||||
|
||||
function NotFoundPage() {
|
||||
return (
|
||||
<Fragment>
|
||||
<SEO title="404: Not found" />
|
||||
<SC.StyledDiv>
|
||||
<SC.StyledH1>NOT FOUND</SC.StyledH1>
|
||||
<SC.StyledPara>You just hit a route that doesn't exist... the sadness.</SC.StyledPara>
|
||||
</SC.StyledDiv>
|
||||
<FourZeroFour title="NOT FOUND" />
|
||||
</Fragment>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user