Fix undefined client

This commit is contained in:
Chi Vinh Le
2017-04-06 17:17:29 +07:00
parent b0effe8731
commit f91f2b143f
@@ -12,3 +12,5 @@ export const client = new ApolloClient({
},
networkInterface: getNetworkInterface()
});
export default client;