mirror of
https://github.com/Exp-Primer-Copilot-Cohort-1/experience-primer-copilot-exituser.git
synced 2026-09-17 01:59:03 +00:00
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
function skillsMember() {
|
|
return {
|
|
restrict: 'E',
|
|
templateUrl: 'templates/member.html'
|
|
};
|
|
} |