10 lines
127 B
JavaScript

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