chore: remove unused import

This commit is contained in:
Dominik Pschenitschni 2022-05-11 01:31:31 +02:00 committed by Gitea
parent 4cd6857072
commit 4070d64404
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() {