--- a/client/src/components/NoteInput.js Mon Jun 19 11:35:27 2017 +0200
+++ b/client/src/components/NoteInput.js Mon Jun 19 11:56:06 2017 +0200
@@ -1,7 +1,7 @@
import React, { Component } from 'react';
import { connect } from 'react-redux';
import { bindActionCreators } from 'redux';
-import { Form, FormGroup, FormControl, Button, Label, Row, Col, Panel } from 'react-bootstrap';
+import { Form, FormControl, Button, Label, Row, Col, Panel } from 'react-bootstrap';
import moment from 'moment';
import PropTypes from 'prop-types';