summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/projects/harbor/repositories/index.js
blob: efbe24ac3463083ee3bdbfee0f8b2fe411ba9a12 (plain)
1
2
3
4
5
6
7
8
import HarborRegistryExplorer from '~/packages_and_registries/harbor_registry/index';

const explorer = HarborRegistryExplorer('js-harbor-registry-list-project');

if (explorer) {
  explorer.attachBreadcrumb();
  explorer.attachMainComponent();
}