项目文件夹

文件
2026-07-13 12:58:18 +08:00

6 行
129 B
TypeScript

import { ChatInterface } from "@/components/chat-interface";
export default function ChatPage() {
return <ChatInterface />;
}