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

11 lines
167 B
JavaScript
Raw Normal View History

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