From 4daef52d648db9953e68fa99495db047833a4ad9 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Tue, 15 May 2018 11:01:32 -0400 Subject: move user check to _app --- frontend/lib/withData.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'frontend/lib/withData.js') 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 }); -- cgit v1.3