import React from 'react'; import {ReplyButton} from 'coral-plugin-replies'; import PubDate from 'coral-plugin-pubdate/PubDate'; import AuthorName from 'coral-plugin-author-name/AuthorName'; import Content from 'coral-plugin-commentcontent/CommentContent'; import styles from 'coral-embed-stream/src/components/Comment.css'; import t from 'coral-framework/services/i18n'; export const FakeComment = ({username, created_at, body}) => (

{}} parentCommentId={'commentID'} currentUserId={{}} />
);