Skip to content

Commit

Permalink
Add graphql import
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jul 7, 2018
1 parent c57e3e9 commit 5b26be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import React from 'react';
import PropTypes from 'prop-types';
import styled from 'react-emotion';
import { graphql } from 'gatsby';
import { Parallax, ParallaxLayer } from 'react-spring';
import 'typeface-cantata-one';
import 'typeface-open-sans';
Expand Down Expand Up @@ -319,7 +320,6 @@ Index.propTypes = {
data: PropTypes.object.isRequired,
};

/* eslint no-undef: "off" */
export const query = graphql`
query IndexQuery {
p1: file(relativePath: { regex: "/project_1.jpg/" }) {
Expand Down

0 comments on commit 5b26be0

Please sign in to comment.