| changeset 191 | 3f71ad81a5a9 |
| parent 170 | 7da1d5137b0b |
| child 199 | c78d579f4b55 |
--- a/client/src/components/Register.js Mon Dec 03 17:53:37 2018 +0100 +++ b/client/src/components/Register.js Tue Dec 04 18:17:56 2018 +0100 @@ -1,9 +1,6 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import { bindActionCreators } from 'redux'; -import '../App.css'; -import './Register.css'; -// import Navbar from './Navbar'; import * as authActions from '../actions/authActions'; class Register extends Component {