| changeset 191 | 3f71ad81a5a9 |
| parent 174 | ac1a026edd58 |
--- a/client/src/components/Session.js Mon Dec 03 17:53:37 2018 +0100 +++ b/client/src/components/Session.js Tue Dec 04 18:17:56 2018 +0100 @@ -2,8 +2,6 @@ import { connect } from 'react-redux'; import { bindActionCreators } from 'redux'; import { Trans } from 'react-i18next'; -import '../App.css'; -import './Session.css'; import Navbar from './Navbar'; import NoteInput from './NoteInput'; import NotesList from './NotesList';