Files
experience-primer-copilot-e…/member.js
T
2023-12-19 14:46:05 +00:00

6 lines
115 B
JavaScript

function skillsMember() {
return {
restrict: 'E',
templateUrl: 'templates/member.html'
};
}