client/src/components/NoteInput.js
changeset 46 4aa24724e5b3
parent 35 97106bacb24e
child 64 aecde527900a
--- 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';