mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 05:19:12 -04:00
fix: lint
This commit is contained in:
parent
aee135386b
commit
48b8a7f60a
1 changed files with 1 additions and 2 deletions
|
@ -4,11 +4,10 @@ import { useHead } from '@vueuse/head';
|
|||
import type { HeadObject } from '@vueuse/head';
|
||||
import VueMarkdown from 'vue-markdown-render';
|
||||
|
||||
import { useThemeVars } from 'naive-ui';
|
||||
import BaseLayout from './base.layout.vue';
|
||||
import FavoriteButton from '@/components/FavoriteButton.vue';
|
||||
import type { Tool } from '@/tools/tools.types';
|
||||
import { useTheme } from '@/ui/c-link/c-link.theme';
|
||||
import { useThemeVars } from 'naive-ui';
|
||||
|
||||
const route = useRoute();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue