This commit is contained in:
Belen Curcio
2017-07-20 11:50:13 -03:00
parent 8f820ace5b
commit eb3a9431f9
44 changed files with 157 additions and 157 deletions
@@ -1,6 +1,6 @@
import React, {PropTypes} from 'react';
import {notifyForNewCommentStatus} from 'coral-plugin-commentbox/CommentBox';
import {CommentForm} from 'coral-plugin-commentbox/CommentForm';
import {notifyForNewCommentStatus} from 'talk-plugin-commentbox/CommentBox';
import {CommentForm} from 'talk-plugin-commentbox/CommentForm';
import styles from './Comment.css';
import {CountdownSeconds} from './CountdownSeconds';
import {getEditableUntilDate} from './util';