Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created January 3, 2018 13:21
Show Gist options
  • Save amandeepmittal/d7632de9c0e81fbe400736dab7fc1a31 to your computer and use it in GitHub Desktop.
Save amandeepmittal/d7632de9c0e81fbe400736dab7fc1a31 to your computer and use it in GitHub Desktop.
import React from "react";
import Link from "gatsby-link";
const IndexPage = () => (
<div>
<h1>Hi people</h1>
<p>Welcome to your new Gatsby site.</p>
<p>Now go build something great.</p>
<Link to="/page-2/">Go to page 2</Link>
</div>
);
export default IndexPage;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment