debian-mirror-gitlab/app/assets/javascripts/pages/projects/registry/repositories/index.js
2021-12-11 22:18:48 +05:30

8 lines
214 B
JavaScript

import registryExplorer from '~/packages_and_registries/container_registry/explorer/index';
const explorer = registryExplorer();
if (explorer) {
explorer.attachBreadcrumb();
explorer.attachMainComponent();
}