export default class PostAttachment extends React.Component { constructor(props) { super(props); } render() { return (
{'Pre text'}
{'@testuser'}

{'Attachment title'}

{'This is the main text in a message attachment, and can contain standard message markup (see details below).'}

{'Assigned to'} {'Priority'}
{'Paul'} {'Critical'}
); } }