Skip to content

Commit 77a21d9

Browse files
committed
fix(build): fix eslint
1 parent 5ee8930 commit 77a21d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { Component } from 'react';
22
import { graphql } from 'react-apollo';
3-
import { gql, loader } from 'graphql.macro';
3+
import { loader } from 'graphql.macro';
44
import logo from './logo.svg';
55
import './App.css';
66

0 commit comments

Comments
 (0)