import React from 'react'; import t from 'coral-framework/services/i18n'; import {ReplyButton} from 'talk-plugin-replies'; import styles from './FakeComment.css'; import {Icon} from 'plugin-api/beta/client/components/ui'; import {CommentTimestamp} from 'plugin-api/beta/client/components'; export const FakeComment = ({username, created_at, body}) => (