diff -r 01ad654237d5 -r 3f71ad81a5a9 client/src/components/NotesList.js --- a/client/src/components/NotesList.js Mon Dec 03 17:53:37 2018 +0100 +++ b/client/src/components/NotesList.js Tue Dec 04 18:17:56 2018 +0100 @@ -2,7 +2,6 @@ import PropTypes from 'prop-types'; import Modal from 'react-modal'; import Note from './Note'; -import './NoteList.css'; import { Trans } from 'react-i18next'; class NotesList extends Component {