nci/static/js/app/components/projects/index.js
2015-06-14 14:24:31 +03:00

10 lines
129 B
JavaScript

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