/**
 * Plain JS File with .jsx extension
 */

var FixtureComponent = React.createClass({
  render: function() {
    return '<p>Howdy</p>';
  }
});
