mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-12 10:55:08 +00:00
10 lines
129 B
JavaScript
10 lines
129 B
JavaScript
'use strict';
|
|
|
|
define([
|
|
'app/components/projects/selector/index'
|
|
], function(Selector) {
|
|
return {
|
|
Selector: Selector
|
|
};
|
|
});
|