mirror of
https://github.com/goharbor/harbor
synced 2025-05-08 07:20:43 +00:00
8 lines
93 B
JavaScript
8 lines
93 B
JavaScript
(function() {
|
|
|
|
'use strict';
|
|
|
|
angular
|
|
.module('harbor.services.user', []);
|
|
|
|
})(); |