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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-05 21:12:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-05 21:12:21 +0300
commit25307dda309ede41ea2e67f16f6de25d0ec1c40e (patch)
tree8684e28ace0cb742e45a041710dc833fb0b0eadc /app/assets/javascripts/terms
parent81a37f05815a4c731a2d2c93302ddc554444b637 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/terms')
-rw-r--r--app/assets/javascripts/terms/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/terms/index.js b/app/assets/javascripts/terms/index.js
index dc4f1190eb8..9d60fdfb50a 100644
--- a/app/assets/javascripts/terms/index.js
+++ b/app/assets/javascripts/terms/index.js
@@ -1,7 +1,7 @@
import Vue from 'vue';
+import TermsApp from 'jh_else_ce/terms/components/app.vue';
import { convertObjectPropsToCamelCase } from '~/lib/utils/common_utils';
-import TermsApp from './components/app.vue';
export const initTermsApp = () => {
const el = document.getElementById('js-terms-of-service');