import React from 'react' export default props => { const { text } = props return (
  • profile
    username
    July 9 2019, 01:32:27 UTC collapse
    {text}
    reply
  • ) }