equal
deleted
inserted
replaced
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' |