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

12 lines
200 B
JavaScript

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