Adds graph functionality for plugins

This commit is contained in:
Belen Curcio
2017-03-29 22:14:56 -03:00
parent 9df334866d
commit 659c63e5cb
4 changed files with 13 additions and 4 deletions
@@ -3,6 +3,7 @@ import styles from './style.css';
export default (props) => (
<div className={styles.Respect} key={props.key}>
{console.log(props)}
<button>Respect</button>
</div>
);