Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « repositories « registry « groups « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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();
}