debian-mirror-gitlab/app/assets/javascripts/vue_shared/components/gl_modal.vue

7 lines
211 B
Vue
Raw Normal View History

2018-03-27 19:54:05 +05:30
<script>
2019-12-21 20:55:43 +05:30
// This file was only introduced to not break master and shall be delete soon.
import DeprecatedModal2 from '~/vue_shared/components/deprecated_modal_2.vue';
2018-11-18 11:00:15 +05:30
2019-12-21 20:55:43 +05:30
export default DeprecatedModal2;
2018-03-27 19:54:05 +05:30
</script>