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