equal
deleted
inserted
replaced
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 = () => { |