7 lines
146 B
JavaScript
7 lines
146 B
JavaScript
function render() {
|
|
var _this$component;
|
|
|
|
this.component = "div";
|
|
return () => _this$component || (_this$component = <this.component />);
|
|
}
|