File tree Expand file tree Collapse file tree 4 files changed +0
-94
lines changed Expand file tree Collapse file tree 4 files changed +0
-94
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import React from "react"
22
33import Layout from "../components/layout"
4- import SEO from "../components/seo"
54
65const NotFoundPage = ( ) => (
76 < Layout >
8- < SEO title = "404: Not found" />
97 < h1 > NOT FOUND</ h1 >
108 < p > You just hit a route that doesn't exist... the sadness.</ p >
119 </ Layout >
Original file line number Diff line number Diff line change @@ -3,11 +3,9 @@ import { Link } from "gatsby"
33
44import Layout from "../components/layout"
55import Image from "../components/image"
6- import SEO from "../components/seo"
76
87const IndexPage = ( ) => (
98 < Layout >
10- < SEO title = "Home" />
119 < h1 > Hi people</ h1 >
1210 < p > Welcome to your new Gatsby site.</ p >
1311 < p > Now go build something great.</ p >
Original file line number Diff line number Diff line change @@ -2,11 +2,9 @@ import React from "react"
22import { Link } from "gatsby"
33
44import Layout from "../components/layout"
5- import SEO from "../components/seo"
65
76const SecondPage = ( ) => (
87 < Layout >
9- < SEO title = "Page two" />
108 < h1 > Hi from the second page</ h1 >
119 < p > Welcome to page 2</ p >
1210 < Link to = "/" > Go back to the homepage</ Link >
You can’t perform that action at this time.
0 commit comments