mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 00:06:15 -04:00
refactor: removed unused import
This commit is contained in:
parent
11720e6cde
commit
8fb0e6af9c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<script lang="ts" setup>
|
||||
import { NIcon, useThemeVars } from 'naive-ui';
|
||||
import { h, type Component } from 'vue';
|
||||
import { h } from 'vue';
|
||||
import { RouterLink, useRoute } from 'vue-router';
|
||||
import { Heart, Menu2, Home2 } from '@vicons/tabler';
|
||||
import { toolsByCategory } from '@/tools';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue