Import Link from Gatsby

This commit is contained in:
mottox2 2018-06-18 20:42:40 +09:00
parent c0fff9f5c0
commit aa04a1713f
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
import React from 'react' import React from 'react'
import Link from 'gatsby-link' import { Link } from 'gatsby'
import { rhythm, scale } from '../utils/typography' import { rhythm, scale } from '../utils/typography'

View file

@ -1,5 +1,5 @@
import React from 'react' import React from 'react'
import Link from 'gatsby-link' import { Link } from 'gatsby'
import get from 'lodash/get' import get from 'lodash/get'
import Helmet from 'react-helmet' import Helmet from 'react-helmet'

View file

@ -1,6 +1,6 @@
import React from 'react' import React from 'react'
import Helmet from 'react-helmet' import Helmet from 'react-helmet'
import Link from 'gatsby-link' import { Link } from 'gatsby'
import get from 'lodash/get' import get from 'lodash/get'
import Bio from '../components/Bio' import Bio from '../components/Bio'