We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee1353 commit 48b8a7fCopy full SHA for 48b8a7f
src/layouts/tool.layout.vue
@@ -4,11 +4,10 @@ import { useHead } from '@vueuse/head';
4
import type { HeadObject } from '@vueuse/head';
5
import VueMarkdown from 'vue-markdown-render';
6
7
+import { useThemeVars } from 'naive-ui';
8
import BaseLayout from './base.layout.vue';
9
import FavoriteButton from '@/components/FavoriteButton.vue';
10
import type { Tool } from '@/tools/tools.types';
-import { useTheme } from '@/ui/c-link/c-link.theme';
11
-import { useThemeVars } from 'naive-ui';
12
13
const route = useRoute();
14
0 commit comments