diff options
Diffstat (limited to 'src/components/SearchBarItem.vue')
-rw-r--r-- | src/components/SearchBarItem.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/SearchBarItem.vue b/src/components/SearchBarItem.vue index 69d02e6..541695e 100644 --- a/src/components/SearchBarItem.vue +++ b/src/components/SearchBarItem.vue @@ -1,5 +1,4 @@ <script lang="ts" setup> -import { toRefs } from 'vue'; import type { Tool } from '@/tools/tools.types'; const props = defineProps<{ tool: Tool }>(); |