From d3838ccb799cd8c286efcea90d776e8b6936d484 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 11 May 2018 12:31:49 -0400 Subject: move apollo to _app --- frontend/pages/signup.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'frontend/pages/signup.js') diff --git a/frontend/pages/signup.js b/frontend/pages/signup.js index d9bc5e9..28e9a58 100644 --- a/frontend/pages/signup.js +++ b/frontend/pages/signup.js @@ -1,6 +1,5 @@ -import { Component } from 'react'; +import React from 'react'; import styled from 'styled-components'; -import withData from '../lib/withData'; import Signup from '../components/Signup'; import Signin from '../components/Signin'; import Page from '../components/Page'; @@ -22,4 +21,4 @@ const SignUpPage = () => ( ); -export default withData(SignUpPage); +export default SignUpPage; -- cgit v1.3