8 lines
104 B
JavaScript
8 lines
104 B
JavaScript
function render() {
|
|
this.component = "div";
|
|
|
|
var _ref = <this.component />;
|
|
|
|
return () => _ref;
|
|
}
|