import React from 'react'; import {I18n} from '../coral-framework'; const name = 'coral-plugin-replies'; const ReplyButton = (props) => ; export default ReplyButton; const lang = new I18n({ en: { 'reply': 'Reply' }, es: { 'reply': '¡traduceme!' } });