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

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

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