12 lines
140 B
JavaScript
12 lines
140 B
JavaScript
function render(text) {
|
|
text += "yes";
|
|
|
|
var _ref =
|
|
/*#__PURE__*/
|
|
<div>{text}</div>;
|
|
|
|
return function () {
|
|
return _ref;
|
|
};
|
|
}
|