chore: remove unused import
This commit is contained in:
parent
4cd6857072
commit
4070d64404
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import {ref, computed, Ref} from 'vue'
|
import {ref, computed} from 'vue'
|
||||||
import {useStore} from 'vuex'
|
import {useStore} from 'vuex'
|
||||||
|
|
||||||
export function useNameSpaceSearch() {
|
export function useNameSpaceSearch() {
|
||||||
|
|
Loading…
Reference in a new issue