mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-07 11:10:16 +01:00
10 lines
150 B
JavaScript
10 lines
150 B
JavaScript
(function() {
|
|
|
|
'use strict';
|
|
|
|
angular
|
|
.module('harbor.layout.header', [
|
|
'harbor.services.user',
|
|
'harbor.services.i18n'
|
|
]);
|
|
})(); |