UNPKG

193 BJSXView Raw
1import React from 'react';
2import other from './other.jsx';
3
4export default React.createClass({
5 render: function() {
6 return <div>
7 foo
8 {this.props.children}
9 </div>
10 }
11});