diff -r 6c920486de81 -r 97106bacb24e client/src/components/NoteInput.js --- a/client/src/components/NoteInput.js Wed Jun 14 16:08:31 2017 +0200 +++ b/client/src/components/NoteInput.js Wed Jun 14 18:23:18 2017 +0200 @@ -1,7 +1,7 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import { bindActionCreators } from 'redux'; -import { Form, FormGroup, Button, Label, Row, Col } from 'react-bootstrap'; +import { Form, FormGroup, FormControl, Button, Label, Row, Col, Panel } from 'react-bootstrap'; import moment from 'moment'; import PropTypes from 'prop-types'; @@ -67,20 +67,29 @@ render() { return (