From fd01f1939b8db1e2da911b058f685cdb01bf3e71 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 13 Apr 2018 11:03:27 -0400 Subject: Death to index --- frontend/lib/withData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/lib/withData.js') diff --git a/frontend/lib/withData.js b/frontend/lib/withData.js index 93a0db1..e419078 100644 --- a/frontend/lib/withData.js +++ b/frontend/lib/withData.js @@ -1,6 +1,6 @@ import withApollo from 'next-with-apollo'; import ApolloClient from 'apollo-boost'; -import { LOCAL_STATE_QUERY } from '../queries/index'; +import { LOCAL_STATE_QUERY } from '../queries/queries'; // can also be a function that accepts a `headers` object (SSR only) and returns a config const client = new ApolloClient({ -- cgit v1.3