2018-02-21 18:58:56 +01:00

10 lines
122 B
JavaScript

function render() {
this.component = "div";
var _ref =
/*#__PURE__*/
<this.component />;
return () => _ref;
}