From 072eca0e5038a7755ca9b2c94dfe1a0c3f110968 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 24 May 2018 15:19:21 -0400 Subject: colocate queries and components --- frontend/pages/_app.js | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/pages/_app.js') diff --git a/frontend/pages/_app.js b/frontend/pages/_app.js index 65cc378..4e9af74 100644 --- a/frontend/pages/_app.js +++ b/frontend/pages/_app.js @@ -1,7 +1,6 @@ import App, { Container } from 'next/app'; import { ApolloProvider } from 'react-apollo'; import withData from '../lib/withData'; -import { CURRENT_USER_QUERY } from '../queries/queries.graphql'; import Page from '../components/Page'; // Next.js wraps each Page in an component. This is handy for when you want to persist anything from page to page, or just access a component that is 1 level higher than each page. -- cgit v1.3