client/src/components/NoteInput.js
changeset 46 4aa24724e5b3
parent 35 97106bacb24e
child 64 aecde527900a
equal deleted inserted replaced
45:c20f32e92759 46:4aa24724e5b3
     1 import React, { Component } from 'react';
     1 import React, { Component } from 'react';
     2 import { connect } from 'react-redux';
     2 import { connect } from 'react-redux';
     3 import { bindActionCreators } from 'redux';
     3 import { bindActionCreators } from 'redux';
     4 import { Form, FormGroup, FormControl, Button, Label, Row, Col, Panel } from 'react-bootstrap';
     4 import { Form, FormControl, Button, Label, Row, Col, Panel } from 'react-bootstrap';
     5 import moment from 'moment';
     5 import moment from 'moment';
     6 
     6 
     7 import PropTypes from 'prop-types';
     7 import PropTypes from 'prop-types';
     8 import SlateEditor from './SlateEditor';
     8 import SlateEditor from './SlateEditor';
     9 import Clock from './Clock'
     9 import Clock from './Clock'