Skip to content
This repository has been archived by the owner on Dec 29, 2019. It is now read-only.

Commit

Permalink
Fix apollo-boost
Browse files Browse the repository at this point in the history
  • Loading branch information
tvararu committed May 27, 2019
1 parent 70d2a34 commit c3833e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init-apollo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ApolloClient, InMemoryCache, HttpLink } from "apollo-boost";
import { ApolloClient, InMemoryCache, HttpLink } from "apollo-boost/lib/index";
import fetch from "isomorphic-unfetch";

let apolloClient = null;
Expand Down

0 comments on commit c3833e2

Please sign in to comment.