diff options
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/ApiIndex.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/ApiIndex.vue b/docs/api/ApiIndex.vue index 3d2130cd..7b1be7bf 100644 --- a/docs/api/ApiIndex.vue +++ b/docs/api/ApiIndex.vue @@ -4,7 +4,7 @@ import { computed, ref } from 'vue'; import { slugify } from '../.vitepress/shared/utils/slugify'; import apiSearchIndex from './api-search-index.json'; -import { APIGroup } from './api-types'; +import type { APIGroup } from './api-types'; const query = ref(''); const normalize = (s: string) => s.toLowerCase().replace(/-/g, ' '); |
