summaryrefslogtreecommitdiffstats
path: root/frontend/pages
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/pages')
-rw-r--r--frontend/pages/_app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/pages/_app.js b/frontend/pages/_app.js
index b23df9b..ccbc3ae 100644
--- a/frontend/pages/_app.js
+++ b/frontend/pages/_app.js
@@ -1,6 +1,6 @@
import { ApolloApp } from 'next-with-apollo';
import withData from '../lib/withData';
-import { CURRENT_USER_QUERY } from '../queries/queries';
+import { CURRENT_USER_QUERY } from '../queries/queries.graphql';
// 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.