diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-04-13 11:03:27 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-04-13 11:03:27 -0400 |
| commit | fd01f1939b8db1e2da911b058f685cdb01bf3e71 (patch) | |
| tree | 2b97a1fb8e1d2d224ea880b253c57c0b911f2a2d /frontend/lib/withData.js | |
| parent | 400a1c3028429d4a0946e29be65b32479eada02a (diff) | |
Death to index
Diffstat (limited to 'frontend/lib/withData.js')
| -rw-r--r-- | frontend/lib/withData.js | 2 |
1 files changed, 1 insertions, 1 deletions
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({ |
