harbor/static/ng/resources/js/layout/header/header.module.js

10 lines
150 B
JavaScript

(function() {
'use strict';
angular
.module('harbor.layout.header', [
'harbor.services.user',
'harbor.services.i18n'
]);
})();