Skip to content

Commit

Permalink
Import Link from Gatsby
Browse files Browse the repository at this point in the history
  • Loading branch information
mottox2 committed Jun 19, 2018
1 parent 123b389 commit 1769242
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/header.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import Link from 'gatsby-link'
import { Link } from 'gatsby'

const Header = ({ siteTitle }) => (
<div
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import Link from 'gatsby-link'
import { Link } from 'gatsby'

const IndexPage = () => (
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/page-2.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import Link from 'gatsby-link'
import { Link } from 'gatsby'

const SecondPage = () => (
<div>
Expand Down

0 comments on commit 1769242

Please sign in to comment.