diff -r 56850f5c73f6 -r cfcbf4bc66f1 client/src/components/NotesList.js
--- a/client/src/components/NotesList.js Wed Jul 18 17:32:09 2018 +0200
+++ b/client/src/components/NotesList.js Tue Aug 14 20:34:50 2018 +0200
@@ -1,7 +1,7 @@
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import Immutable from 'immutable';
-import { Alert, Modal, Button } from 'react-bootstrap';
+import { Modal } from 'react-bootstrap';
import Note from './Note';
class NotesList extends Component {
@@ -47,7 +47,7 @@
render() {
if (this.props.notes.size === 0) {
return (
-