Import graphql from gatsby (#119)

Removes warning message for deprecation
This commit is contained in:
Matt 2018-08-22 15:37:41 +10:00 committed by Kyle Mathews
parent 6a96723625
commit a31518dc3d

View file

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