diff -r 4088f8dc6b52 -r aecde527900a client/src/components/NoteInput.js --- a/client/src/components/NoteInput.js Tue Jun 20 16:08:12 2017 +0200 +++ b/client/src/components/NoteInput.js Tue Jun 20 17:54:02 2017 +0200 @@ -1,12 +1,11 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import { bindActionCreators } from 'redux'; -import { Form, FormControl, Button, Label, Row, Col, Panel } from 'react-bootstrap'; +import { Form, FormControl, Button, Label } from 'react-bootstrap'; import moment from 'moment'; import PropTypes from 'prop-types'; import SlateEditor from './SlateEditor'; -import Clock from './Clock' import * as notesActions from '../actions/notesActions'; class NoteInput extends Component { @@ -67,19 +66,9 @@ render() { return (
- - - - { this.renderTiming() } - - - - - -
- +