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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/pipelines/components/graph_shared/linked_graph_wrapper.vue')
-rw-r--r--app/assets/javascripts/pipelines/components/graph_shared/linked_graph_wrapper.vue7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/assets/javascripts/pipelines/components/graph_shared/linked_graph_wrapper.vue b/app/assets/javascripts/pipelines/components/graph_shared/linked_graph_wrapper.vue
deleted file mode 100644
index fb2280d971a..00000000000
--- a/app/assets/javascripts/pipelines/components/graph_shared/linked_graph_wrapper.vue
+++ /dev/null
@@ -1,7 +0,0 @@
-<template>
- <div class="gl-display-flex">
- <slot name="upstream"></slot>
- <slot name="main"></slot>
- <slot name="downstream"></slot>
- </div>
-</template>