feat(flash): Add flash messages

This commit is contained in:
Bouncey
2018-08-25 00:17:40 +01:00
committed by mrugesh mohapatra
parent 3b16e3ffe2
commit 2be227e873

View File

@ -1,14 +0,0 @@
import React from 'react'
import { Link } from 'gatsby'
import Layout from '../components/layout'
const SecondPage = () => (
<Layout>
<h1>Hi from the second page</h1>
<p>Welcome to page 2</p>
<Link to="/">Go back to the homepage</Link>
</Layout>
)
export default SecondPage