import React from 'react'; import { Link } from 'react-router-dom'; import { Form, FormGroup, FormText, Input, CustomInput, Button, Label, EmptyLayout, ThemeConsumer } from './../../../components'; import { HeaderAuth } from "../../components/Pages/HeaderAuth"; import { FooterAuth } from "../../components/Pages/FooterAuth"; const Register = () => ( { /* START Header */} { /* END Header */} { /* START Form */}
We&ll never share your email with anyone else. { ({ color }) => ( ) }
{ /* END Form */} { /* START Bottom Links */}
Forgot Password Login
{ /* END Bottom Links */} { /* START Footer */} { /* END Footer */}
); export default Register;