debian-mirror-gitlab/app/assets/javascripts/pages/groups/packages/index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
171 B
JavaScript
Raw Normal View History

2022-03-02 08:16:31 +05:30
import packageApp from '~/packages_and_registries/package_registry/index';
const app = packageApp();
if (app) {
app.attachBreadcrumb();
app.attachMainComponent();
}