summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipelines/pipeline_details_graph.js
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 };