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

10 lines
129 B
JavaScript
Raw Normal View History

2015-05-03 23:04:51 +00:00
'use strict';
define([
2015-06-14 11:24:31 +00:00
'app/components/projects/selector/index'
], function(Selector) {
2015-05-03 23:04:51 +00:00
return {
2015-06-14 11:24:31 +00:00
Selector: Selector
2015-05-03 23:04:51 +00:00
};
});