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

12 lines
160 B
JavaScript
Raw Normal View History

2015-05-03 23:04:51 +00:00
'use strict';
define([
'app/components/projects/item',
'app/components/projects/list'
], function(Item, List) {
return {
Item: Item,
List: List
};
});