import dynamicsForm from './dynamics-form'
import chat from './ai-chat'
export default {
dynamicsForm,
chat,
noData: '无匹配数据'
}