- remove unused variable
This commit is contained in:
Matt Rider 2019-06-24 19:11:59 -03:00
parent c6203ad8eb
commit 6908cd6316

View File

@ -1,4 +1,4 @@
import { mount, createLocalVue, createWrapper } from '@vue/test-utils'
import { mount, createLocalVue } from '@vue/test-utils'
import CommentForm from './index.vue'
import Styleguide from '@human-connection/styleguide'
import Vuex from 'vuex'