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

5 lines
132 B
JavaScript
Raw Normal View History

2015-05-10 16:23:25 +02:00
import React from 'react/addons';
import _ from 'lodash';
2015-02-19 13:45:41 +01:00
export default function () {
return React.createElement('div', {});
};