mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
3 lines
114 B
JavaScript
3 lines
114 B
JavaScript
var div = function () {
|
|
return React.createElement(myComp, {}, '\n', utils.translate('Hello', 'es'), '\n');
|
|
}; |