diff --git a/webapp/components/DeleteAccount/DeleteAccount.spec.js b/webapp/components/DeleteAccount/DeleteAccount.spec.js index fcbf18a3e..f1bd8ffc1 100644 --- a/webapp/components/DeleteAccount/DeleteAccount.spec.js +++ b/webapp/components/DeleteAccount/DeleteAccount.spec.js @@ -1,4 +1,4 @@ -import { config, mount, createLocalVue, createWrapper } from '@vue/test-utils' +import { config, mount, createLocalVue } from '@vue/test-utils' import DeleteAccount from './DeleteAccount.vue' import Styleguide from '@human-connection/styleguide' import Vuex from 'vuex' diff --git a/webapp/components/DeleteAccount/DeleteAccount.vue b/webapp/components/DeleteAccount/DeleteAccount.vue index 35a8c7865..05be374f5 100644 --- a/webapp/components/DeleteAccount/DeleteAccount.vue +++ b/webapp/components/DeleteAccount/DeleteAccount.vue @@ -1,20 +1,20 @@