mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-29 05:35:43 +01:00
10 lines
125 B
JavaScript
10 lines
125 B
JavaScript
|
(function() {
|
||
|
|
||
|
'use strict';
|
||
|
|
||
|
angular
|
||
|
.module('harbor.optional.menu', [
|
||
|
'harbor.services.user'
|
||
|
]);
|
||
|
|
||
|
})();
|