import React from 'react'; import PropTypes from 'prop-types'; import { timeago } from 'coral-framework/services/i18n'; import cn from 'classnames'; import styles from './CommentTimestamp.css'; const CommentTimestamp = ({ className, created_at }) => (