import React from 'react'; import translations from '../translations'; import {ReplyButton} from 'coral-plugin-replies'; import PubDate from 'coral-plugin-pubdate/PubDate'; import I18n from 'coral-framework/modules/i18n/i18n'; 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'; const lang = new I18n(translations); export const FakeComment = ({username, created_at, body}) => (

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