summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/projects/registry/repositories/index.js
blob: 44579ee121793ef950f0299b0014392cb5d288d0 (plain)
1
2
3
4
5
6
7
8
import registryExplorer from '~/packages_and_registries/container_registry/explorer/index';

const explorer = registryExplorer();

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