summaryrefslogtreecommitdiffstats
path: root/frontend/lib
diff options
context:
space:
mode:
authorLuis Alvarez <luisito453@gmail.com>2018-05-15 10:24:50 -0500
committerLuis Alvarez <luisito453@gmail.com>2018-05-15 10:24:50 -0500
commitb5777a7ea315e170ed56240e8fb6f8cdda9d9949 (patch)
tree323764f4d91cd5bdf7c658be432c244fde05984e /frontend/lib
parentc1bba67bb267adf2597a0ed5d0035d81dbdb412b (diff)
parentb70155110425b283e9b550a9c0cfec00f0f93c10 (diff)
Merge branch 'master' of https://github.com/wesbos/Advanced-React
Diffstat (limited to 'frontend/lib')
-rw-r--r--frontend/lib/withData.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/frontend/lib/withData.js b/frontend/lib/withData.js
index 3210cf6..3a7f479 100644
--- a/frontend/lib/withData.js
+++ b/frontend/lib/withData.js
@@ -33,7 +33,4 @@ const client = new ApolloClient({
},
});
-// TODO don't export client for page.js
-export { client };
-
export default withApollo({ client });