mirror of
https://github.com/goharbor/harbor
synced 2025-04-30 00:25:08 +00:00
9 lines
103 B
JavaScript
9 lines
103 B
JavaScript
(function() {
|
|
|
|
'use strict';
|
|
|
|
angular
|
|
.module('harbor.services.destination', []);
|
|
|
|
})();
|