client/src/components/Login.js
changeset 191 3f71ad81a5a9
parent 181 cda96c025330
child 199 c78d579f4b55
--- a/client/src/components/Login.js	Mon Dec 03 17:53:37 2018 +0100
+++ b/client/src/components/Login.js	Tue Dec 04 18:17:56 2018 +0100
@@ -3,9 +3,6 @@
 import { bindActionCreators } from 'redux';
 import { Trans } from 'react-i18next';
 
-import '../App.css';
-import './Login.css';
-// import Navbar from './Navbar';
 import * as authActions from '../actions/authActions';
 import { getLoginErrorMessages } from '../selectors/authSelectors';
 import * as R from 'ramda';