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

9 lines
122 B
JavaScript

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