diff options
Diffstat (limited to 'src/components/ToolCard.vue')
-rw-r--r-- | src/components/ToolCard.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/ToolCard.vue b/src/components/ToolCard.vue index 9ccaec7..00f2246 100644 --- a/src/components/ToolCard.vue +++ b/src/components/ToolCard.vue @@ -1,6 +1,5 @@ <script setup lang="ts"> import { useThemeVars } from 'naive-ui'; -import { toRefs } from 'vue'; import FavoriteButton from './FavoriteButton.vue'; import { useAppTheme } from '@/ui/theme/themes'; import type { Tool } from '@/tools/tools.types'; |