chore: knip fix (#34481)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Stephen Zhou
2026-04-02 23:03:42 +08:00
committed by GitHub
parent 985b41c40b
commit 36e840cd87
403 changed files with 475 additions and 3679 deletions

View File

@@ -1,12 +1,6 @@
import type { DocLanguage } from '@/types/doc-paths'
import data from './languages'
export type Item = {
value: number | string
name: string
example: string
}
export type I18nText = Record<typeof LanguagesSupported[number], string>
export const languages = data.languages