chore: remove unused import

This commit is contained in:
Dominik Pschenitschni 2022-05-11 01:31:31 +02:00
parent 6d36cec91e
commit 18e8297abf
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import {ref, computed, Ref} from 'vue'
import {ref, computed} from 'vue'
import {useStore} from 'vuex'
export function useNameSpaceSearch() {