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