Files
2026-07-13 12:58:18 +08:00

6 lines
132 B
TypeScript

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