mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:59:21 +08:00
chore: knip fix (#34481)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user