Enable Linting

This commit is contained in:
Chi Vinh Le
2017-05-27 02:08:54 +07:00
parent ee2068f5f1
commit 8713a2ae87
19 changed files with 78 additions and 71 deletions
@@ -1,8 +1,9 @@
import React from 'react';
import styles from './styles.css'
import styles from './styles.css';
export default (props) => (
<div className={styles.box}>
Comment Status: {props.comment.status}
</div>
)
);