refactor: removed unused import

This commit is contained in:
Corentin Thomasset 2022-06-02 00:09:21 +02:00
parent 11720e6cde
commit 8fb0e6af9c
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -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';