We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ae3ae commit 91b656aCopy full SHA for 91b656a
src/App.vue
@@ -4,7 +4,7 @@ import { onMounted } from "vue";
4
import hljs from "highlight.js/lib/core";
5
import json from "highlight.js/lib/languages/json";
6
import {
7
- GlobalThemeOverrides,
+ type GlobalThemeOverrides,
8
NBackTop,
9
NConfigProvider,
10
NLayout,
src/components/result-table/Metadata.vue
@@ -1,7 +1,7 @@
1
<script setup lang="ts">
2
import { h } from "vue";
3
-import { DataTableColumns, NDataTable, NText } from "naive-ui";
+import { type DataTableColumns, NDataTable, NText } from "naive-ui";
import type { Metadata, Results } from "@/types/results";
0 commit comments