6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
import { ChatInterface } from "@/components/chat-interface";
|
|
|
|
export default function ChatPage() {
|
|
return <ChatInterface />;
|
|
}
|