mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-01 06:33:41 +01:00
6 lines
84 B
JavaScript
6 lines
84 B
JavaScript
(function() {
|
|
'use strict';
|
|
|
|
angular
|
|
.module('harbor.services', []);
|
|
})(); |