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

pipeline_details_graph.js « pipelines « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 880855cf21d897ec079f18b77d0a984485a1be1a (plain)
1
2
3
4
5
6
7
const createPipelinesDetailApp = () => {
  // Placeholder. See: https://gitlab.com/gitlab-org/gitlab/-/issues/223262
  // eslint-disable-next-line no-useless-return
  return;
};

export { createPipelinesDetailApp };