client/src/components/NoteInput.js
changeset 77 cd27d9fc1c73
parent 74 043477fd5c5c
child 78 49c5ea36d0a4
--- a/client/src/components/NoteInput.js	Thu Jun 22 12:51:11 2017 +0200
+++ b/client/src/components/NoteInput.js	Thu Jun 22 12:53:00 2017 +0200
@@ -1,7 +1,7 @@
 import React, { Component } from 'react';
 import { connect } from 'react-redux';
 import { bindActionCreators } from 'redux';
-import { Form, FormControl, Button } from 'react-bootstrap';
+import { Form, FormControl } from 'react-bootstrap';
 
 import PropTypes from 'prop-types';
 import SlateEditor from './SlateEditor';