diff options
| author | ST-DDT <[email protected]> | 2024-06-12 08:39:22 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-12 06:39:22 +0000 |
| commit | f224c22bf741a7d6e7828dae41c72335276773b2 (patch) | |
| tree | 597771f5d68d831d79a1bee4fc0cff4eb06ba79b /docs | |
| parent | 6d994654471ffedd4342d8d456f5cf285836c40e (diff) | |
| download | faker-f224c22bf741a7d6e7828dae41c72335276773b2.tar.xz faker-f224c22bf741a7d6e7828dae41c72335276773b2.zip | |
chore: fix docs type import (#2946)
Diffstat (limited to 'docs')
| -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, ' '); |
