2018-01-09 15:36:42 +01:00

8 lines
104 B
JavaScript

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