1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00
react-templates/test/data/div.rt.globals.js
2015-01-22 16:50:00 +02:00

3 lines
69 B
JavaScript

var div = function () {
return React.createElement('div', {});
};