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.15.js
ido 77aec486a5 fix jsdocs
ignore package-lock
2017-06-29 11:47:09 +03:00

10 lines
161 B
JavaScript

define([
'react',
'lodash'
], function (React, _) {
'use strict';
return function () {
return React.createElement('div', {});
};
});