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 78d6fd7..0485223 100644 --- a/src/components/SearchBar.vue +++ b/src/components/SearchBar.vue @@ -7,7 +7,6 @@ import { SearchRound } from '@vicons/material'; import { useMagicKeys, whenever } from '@vueuse/core'; import type { NInput } from 'naive-ui'; import { computed, h, ref } from 'vue'; -import { useRouter } from 'vue-router'; import SearchBarItem from './SearchBarItem.vue'; const toolToOption = (tool: Tool) => ({ label: tool.name, value: tool.path, tool }); |