diff options
| author | Luis Alvarez <luisito453@gmail.com> | 2018-05-15 10:24:50 -0500 |
|---|---|---|
| committer | Luis Alvarez <luisito453@gmail.com> | 2018-05-15 10:24:50 -0500 |
| commit | b5777a7ea315e170ed56240e8fb6f8cdda9d9949 (patch) | |
| tree | 323764f4d91cd5bdf7c658be432c244fde05984e /frontend/lib/withData.js | |
| parent | c1bba67bb267adf2597a0ed5d0035d81dbdb412b (diff) | |
| parent | b70155110425b283e9b550a9c0cfec00f0f93c10 (diff) | |
Merge branch 'master' of https://github.com/wesbos/Advanced-React
Diffstat (limited to 'frontend/lib/withData.js')
| -rw-r--r-- | frontend/lib/withData.js | 3 |
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 }); |
