mirror of
https://github.com/goharbor/harbor
synced 2025-04-19 20:38:57 +00:00
10 lines
125 B
JavaScript
10 lines
125 B
JavaScript
(function() {
|
|
|
|
'use strict';
|
|
|
|
angular
|
|
.module('harbor.optional.menu', [
|
|
'harbor.services.user'
|
|
]);
|
|
|
|
})(); |