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

10 lines
107 B
JavaScript
Raw Normal View History

2015-05-09 21:36:17 +00:00
'use strict';
define([
'./dateTime/index'
], function(DateTime) {
return {
DateTime: DateTime
};
});