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: d531ab81dc7d8af8049ca1031c4b8bdb2fc0e06f (plain)
1
2
3
4
5
import ClustersIndex from '~/clusters/clusters_index';

export default () => {
  new ClustersIndex(); // eslint-disable-line no-new
};