mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:59:21 +08:00
8 lines
266 B
JavaScript
8 lines
266 B
JavaScript
import icons from './icons.json' with { type: 'json' }
|
|
import info from './info.json' with { type: 'json' }
|
|
import metadata from './metadata.json' with { type: 'json' }
|
|
import chars from './chars.json' with { type: 'json' }
|
|
|
|
export { icons, info, metadata, chars }
|
|
|