nci/static/js/app/components/projects/index.js
2015-07-09 23:12:24 +03:00

12 lines
188 B
JavaScript

'use strict';
define([
'app/components/projects/selector/index',
'app/components/projects/view/index'
], function(Selector, View) {
return {
Selector: Selector,
View: View
};
});