mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 15:27:41 +00:00
not used import removed
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
9a01d8147e
commit
38f865bbef
2 changed files with 2 additions and 2 deletions
2
components.d.ts
vendored
2
components.d.ts
vendored
|
@ -36,4 +36,4 @@ declare module 'vue' {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export {}
|
export { }
|
||||||
|
|
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue