harbor/static/resources/js/components/user-log/user-log.module.js

10 lines
127 B
JavaScript
Raw Normal View History

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