Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import ClustersBundle from '~/clusters/clusters_bundle';
import initClusterHealth from '~/pages/projects/clusters/show/cluster_health';
new ClustersBundle(); // eslint-disable-line no-new
initClusterHealth();