Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
506a39f077
commit
318ce0bc71
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import { GlModal } from '@gitlab/ui';
|
import { GlModal } from '@gitlab/ui';
|
||||||
import { stubComponent } from 'helpers/stub_component';
|
|
||||||
import { shallowMount } from '@vue/test-utils';
|
import { shallowMount } from '@vue/test-utils';
|
||||||
import { nextTick } from 'vue';
|
import { nextTick } from 'vue';
|
||||||
|
import { stubComponent } from 'helpers/stub_component';
|
||||||
import CaptchaModal from '~/captcha/captcha_modal.vue';
|
import CaptchaModal from '~/captcha/captcha_modal.vue';
|
||||||
import { initRecaptchaScript } from '~/captcha/init_recaptcha_script';
|
import { initRecaptchaScript } from '~/captcha/init_recaptcha_script';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue