diff options
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 }); |
