nci/static/js/app/components/projects/index.js
Vladimir Polyakov 364943bfe0 reflux draft
2015-05-04 02:04:51 +03:00

12 lines
160 B
JavaScript

'use strict';
define([
'app/components/projects/item',
'app/components/projects/list'
], function(Item, List) {
return {
Item: Item,
List: List
};
});