diff -r 298d0373812e -r 97536386b397 client/src/components/NotesList.js --- a/client/src/components/NotesList.js Tue Aug 28 18:52:12 2018 +0200 +++ b/client/src/components/NotesList.js Wed Aug 29 11:02:36 2018 +0200 @@ -3,6 +3,7 @@ import Immutable from 'immutable'; import Modal from 'react-modal'; import Note from './Note'; +import './NoteList.css'; class NotesList extends Component { constructor(props) { @@ -88,13 +89,11 @@ isOpen={this.state.modalIsOpen} onRequestClose={this.handleModalCloseRequest} > -