mirror of
https://github.com/CorentinTh/it-tools.git
synced 2024-11-04 06:31:51 +03:00
refactor(imports): removed useless defineProps import
This commit is contained in:
parent
d591a73ce7
commit
5ce1262fb4
@ -16,7 +16,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import type { ITool } from '@/tools/Tool';
|
||||
import { toRefs, defineProps } from 'vue';
|
||||
import { toRefs } from 'vue';
|
||||
|
||||
const props = defineProps<{ tool: ITool & { category: string } }>();
|
||||
const { tool } = toRefs(props);
|
||||
|
Loading…
Reference in New Issue
Block a user