From f224c22bf741a7d6e7828dae41c72335276773b2 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Wed, 12 Jun 2024 08:39:22 +0200 Subject: chore: fix docs type import (#2946) --- docs/api/ApiIndex.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api') 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, ' '); -- cgit v1.2.3