ImprovedChatInterface.tsx 139 B

1234567
  1. "use client";
  2. import { ChatInterface } from "./chatbot";
  3. export default function ImprovedChatInterface() {
  4. return <ChatInterface />;
  5. }