1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-03-11 14:09:55 +01:00
harbor/static/resources/js/components/paginator/paginator.module.js

8 lines
91 B
JavaScript

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