"use strict"; var Component; Component = React.createClass({ displayName: "Component", render: function() { return null; } });