mirror of
https://github.com/langgenius/dify.git
synced 2026-09-03 23:47:16 +08:00
Co-authored-by: zhangx1n <zhangxin@dify.ai> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
9 lines
221 B
JavaScript
9 lines
221 B
JavaScript
'use strict'
|
|
|
|
const icons = require('./icons.json')
|
|
const info = require('./info.json')
|
|
const metadata = require('./metadata.json')
|
|
const chars = require('./chars.json')
|
|
|
|
module.exports = { icons, info, metadata, chars }
|