mirror of
https://github.com/goharbor/harbor
synced 2025-04-15 16:24:58 +00:00
8 lines
98 B
JavaScript
8 lines
98 B
JavaScript
(function() {
|
|
|
|
'use strict';
|
|
|
|
angular
|
|
.module('harbor.layout.add.new', []);
|
|
|
|
})(); |