/** * ChatInterface 测试页面 */ import React from 'react'; import { ChatInterface } from '@/components/chat-client-integration/ChatInterface'; const ChatTestPage: React.FC = () => { return (
); }; export default ChatTestPage;