react-templates/test/data/div.rt.js

9 lines
167 B
JavaScript
Raw Normal View History

2014-11-10 15:23:17 +01:00
define([
2014-12-03 10:45:31 +01:00
'react/addons',
2014-11-10 15:23:17 +01:00
'lodash'
], function (React, _) {
2014-11-11 10:27:59 +01:00
'use strict';
2014-11-10 17:47:06 +01:00
return function () {
return React.createElement('div', {});
2014-11-10 17:47:06 +01:00
};
2014-11-18 14:54:34 +01:00
});