refactor(page): removed unused import
This commit is contained in:
		
							parent
							
								
									57fd14a199
								
							
						
					
					
						commit
						f70fce65e2
					
				| @ -15,7 +15,6 @@ | |||||||
| <script setup lang="ts"> | <script setup lang="ts"> | ||||||
| import type { ITool } from '@/tools/Tool'; | import type { ITool } from '@/tools/Tool'; | ||||||
| import { toRefs, defineProps } from 'vue'; | import { toRefs, defineProps } from 'vue'; | ||||||
| import { ArrowRight } from '@vicons/tabler' |  | ||||||
| 
 | 
 | ||||||
| const props = defineProps<{ tool: ITool & { category: string } }>() | const props = defineProps<{ tool: ITool & { category: string } }>() | ||||||
| const { tool } = toRefs(props) | const { tool } = toRefs(props) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user