summaryrefslogtreecommitdiffstats
path: root/frontend/pages/_app.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/pages/_app.js')
-rw-r--r--frontend/pages/_app.js1
1 files changed, 0 insertions, 1 deletions
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 <App></App> 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.