not used import removed

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2022-03-04 21:52:15 +01:00
parent 9a01d8147e
commit 38f865bbef
2 changed files with 2 additions and 2 deletions

2
components.d.ts vendored
View file

@ -36,4 +36,4 @@ declare module 'vue' {
} }
} }
export {} export { }

View file

@ -1,4 +1,4 @@
import { describe, assert, it, expect } from 'vitest' import { describe, it, expect } from 'vitest'
import { shallowMount, VueWrapper } from '@vue/test-utils' import { shallowMount, VueWrapper } from '@vue/test-utils'
import ButtonBase from '../ButtonBase.vue' import ButtonBase from '../ButtonBase.vue'