import React from 'react'; import styles from './styles.css'; export default (props) => (
Comment Status: {props.comment.status}
);