import React from 'react' import {I18n} from '../coral-framework' const lang = new I18n() const name = 'coral-plugin-pubdate' const PubDate = ({created_at}) =>
{lang.timeago(created_at)}
export default PubDate