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/static_site_editor/components/app.vue')
-rw-r--r--app/assets/javascripts/static_site_editor/components/app.vue13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/assets/javascripts/static_site_editor/components/app.vue b/app/assets/javascripts/static_site_editor/components/app.vue
deleted file mode 100644
index 365fc7ce6e9..00000000000
--- a/app/assets/javascripts/static_site_editor/components/app.vue
+++ /dev/null
@@ -1,13 +0,0 @@
-<script>
-export default {
- props: {
- mergeRequestsIllustrationPath: {
- type: String,
- required: true,
- },
- },
-};
-</script>
-<template>
- <router-view :merge-requests-illustration-path="mergeRequestsIllustrationPath" />
-</template>