harbor/static/resources/js/components/system-management/system-management.module.js

8 lines
103 B
JavaScript

(function() {
'use strict';
angular
.module('harbor.system.management', []);
})();