equal
deleted
inserted
replaced
1 import React, { Component } from 'react'; |
1 import React, { Component } from 'react'; |
2 import PropTypes from 'prop-types'; |
2 import PropTypes from 'prop-types'; |
3 import { formatTimestamp } from '../utils'; |
3 import { formatTimestamp } from '../utils'; |
4 import SlateEditor from './SlateEditor'; |
4 import SlateEditor from './SlateEditor'; |
5 import './Note.css'; |
|
6 |
5 |
7 class Note extends Component { |
6 class Note extends Component { |
8 |
7 |
9 constructor(props) { |
8 constructor(props) { |
10 super(props); |
9 super(props); |