diff options
author | 2023-06-10 17:14:50 +0200 | |
---|---|---|
committer | 2023-06-10 17:24:10 +0200 | |
commit | fe61f0f2f2bc89fe15ebce2d3a926c02191e4f12 (patch) | |
tree | 518fdf5af3035e2670969bf4880045d1800dd184 /src/components/SearchBar.vue | |
parent | 93799af83c6dd36ef41935fcaabff9c6342e8421 (diff) | |
download | it-tools-fe61f0f2f2bc89fe15ebce2d3a926c02191e4f12.tar.gz it-tools-fe61f0f2f2bc89fe15ebce2d3a926c02191e4f12.tar.zst it-tools-fe61f0f2f2bc89fe15ebce2d3a926c02191e4f12.zip |
refactor(imports): removed unnecessary imports to vue
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'; |