import React from 'react'; import styles from './styles.css'; import {timeago} from 'coral-framework/services/i18n'; const FeaturedComment = ({comment}) => { return (

{comment.body}

); }; export default FeaturedComment;