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

index.js « edit « clusters « groups « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8001d2dd1da57bd9af525d14ed8aba36748c8ba9 (plain)
1
2
3
4
5
import ClustersBundle from '~/clusters/clusters_bundle';

document.addEventListener('DOMContentLoaded', () => {
  new ClustersBundle(); // eslint-disable-line no-new
});