harbor/static/resources/js/components/log/log.config.js

9 lines
86 B
JavaScript

(function() {
'use strict';
angular
.module('harbor.log');
})();