Import graphql from gatsby (#119)
Removes warning message for deprecation
This commit is contained in:
parent
6a96723625
commit
a31518dc3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
import { Link,graphql } from 'gatsby'
|
||||||
import get from 'lodash/get'
|
import get from 'lodash/get'
|
||||||
|
|
||||||
import Bio from '../components/Bio'
|
import Bio from '../components/Bio'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue