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

gl_modal.vue « components « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b91d4c00e39e63060d5da6c9b8b18fda24f86c2 (plain)
1
2
3
4
5
6
<script>
// This file was only introduced to not break master and shall be delete soon.
import DeprecatedModal2 from '~/vue_shared/components/deprecated_modal_2.vue';

export default DeprecatedModal2;
</script>