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

const explorer = registryExplorer();

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