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