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