import React from 'react'; import Link from 'gatsby-link'; const IndexPage = () => (

Hi people

Welcome to your new Gatsby site.

Now go build something great.

Go to page 2
); export default IndexPage;