mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-22 08:38:03 +01:00
8 lines
91 B
JavaScript
8 lines
91 B
JavaScript
(function() {
|
|
|
|
'use strict';
|
|
|
|
angular
|
|
.module('harbor.paginator', []);
|
|
|
|
})(); |