diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-15 11:01:32 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-15 11:01:32 -0400 |
| commit | 4daef52d648db9953e68fa99495db047833a4ad9 (patch) | |
| tree | 88257aa26c3ca9bcd3188f5f0cb680befc64fe31 /frontend/lib | |
| parent | a87f7f9b49a8de91f8c65476c9badccc2c4c69c6 (diff) | |
move user check to _app
Diffstat (limited to 'frontend/lib')
| -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 }); |
