mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 00:06:15 -04:00
refactor(page): removed unused import
This commit is contained in:
parent
57fd14a199
commit
f70fce65e2
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
|||
<script setup lang="ts">
|
||||
import type { ITool } from '@/tools/Tool';
|
||||
import { toRefs, defineProps } from 'vue';
|
||||
import { ArrowRight } from '@vicons/tabler'
|
||||
|
||||
const props = defineProps<{ tool: ITool & { category: string } }>()
|
||||
const { tool } = toRefs(props)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue