Files
copilotkit--copilotkit/examples/showcases/orca/frontend/app/@chat/page.tsx
T
2026-07-13 12:58:18 +08:00

6 lines
129 B
TypeScript

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