Skip to content

Commit 48b8a7f

Browse files
committed
fix: lint
1 parent aee1353 commit 48b8a7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/layouts/tool.layout.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ import { useHead } from '@vueuse/head';
44
import type { HeadObject } from '@vueuse/head';
55
import VueMarkdown from 'vue-markdown-render';
66
7+
import { useThemeVars } from 'naive-ui';
78
import BaseLayout from './base.layout.vue';
89
import FavoriteButton from '@/components/FavoriteButton.vue';
910
import type { Tool } from '@/tools/tools.types';
10-
import { useTheme } from '@/ui/c-link/c-link.theme';
11-
import { useThemeVars } from 'naive-ui';
1211
1312
const route = useRoute();
1413

0 commit comments

Comments
 (0)