UNPKG

madge

Version:

Create graphs from module dependencies.

12 lines (10 loc) 193 B
import React from 'react'; import other from './other.jsx'; export default React.createClass({ render: function() { return <div> foo {this.props.children} </div> } });