mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
var <%= name %> = React.createClass({
|
|
render: function () {
|
|
return <%= name %>RT.apply(this);
|
|
}
|
|
}); |