Import graphql from Gatsby

This commit is contained in:
ValeraS
2018-09-11 16:10:21 +03:00
committed by Mrugesh Mohapatra
parent 2e0945ed7e
commit c4cfe0b1d6
6 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
/* global graphql */
import React, { Fragment } from 'react';
import PropTypes from 'prop-types';
import Helmet from 'react-helmet';
import { graphql } from 'gatsby';
import FullWidthRow from '../../components/util/FullWidthRow';
import { MarkdownRemark } from '../../redux/propTypes';