client/src/components/Register.js
changeset 191 3f71ad81a5a9
parent 170 7da1d5137b0b
child 199 c78d579f4b55
equal deleted inserted replaced
190:01ad654237d5 191:3f71ad81a5a9
     1 import React, { Component } from 'react';
     1 import React, { Component } from 'react';
     2 import { connect } from 'react-redux';
     2 import { connect } from 'react-redux';
     3 import { bindActionCreators } from 'redux';
     3 import { bindActionCreators } from 'redux';
     4 import '../App.css';
       
     5 import './Register.css';
       
     6 // import Navbar from './Navbar';
       
     7 import * as authActions from '../actions/authActions';
     4 import * as authActions from '../actions/authActions';
     8 
     5 
     9 class Register extends Component {
     6 class Register extends Component {
    10 
     7 
    11   register = () => {
     8   register = () => {