refactor: 重构组件,移动 FormComponents 到 InteractiveComponents,简化代码结构
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
type FormItemType,
|
||||
FormInputComponent,
|
||||
SelectOptionsComponent
|
||||
} from '@/components/core/chat/components/Form/FormComponents';
|
||||
} from '@/components/core/chat/components/Interactive/InteractiveComponents';
|
||||
const useInteractiveDebug = (
|
||||
interactive: UserSelectInteractive | UserInputInteractive,
|
||||
nodeId?: string
|
||||
|
||||
Reference in New Issue
Block a user