nci/static/js/app/components/common/duration/index.js

10 lines
170 B
JavaScript
Raw Normal View History

2015-07-21 20:00:09 +00:00
'use strict';
define([
'react', 'templates/app/components/common/duration/index'
], function(React, template) {
return React.createClass({
render: template
});
});