diff options
Diffstat (limited to 'src/components/SearchBar.vue')
-rw-r--r-- | src/components/SearchBar.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/SearchBar.vue b/src/components/SearchBar.vue index 0f4e663..6da0f36 100644 --- a/src/components/SearchBar.vue +++ b/src/components/SearchBar.vue @@ -2,7 +2,6 @@ import { SearchRound } from '@vicons/material'; import { useMagicKeys, whenever } from '@vueuse/core'; import { NInput } from 'naive-ui'; -import { computed, h, ref } from 'vue'; import { useRouter } from 'vue-router'; import SearchBarItem from './SearchBarItem.vue'; import type { Tool } from '@/tools/tools.types'; |