summaryrefslogtreecommitdiffstats
path: root/frontend/pages/signup.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/pages/signup.js')
-rw-r--r--frontend/pages/signup.js5
1 files changed, 2 insertions, 3 deletions
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 = () => (
</Page>
);
-export default withData(SignUpPage);
+export default SignUpPage;