client/src/components/NotesList.js
changeset 191 3f71ad81a5a9
parent 171 03334a31130a
--- 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 {