6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
import { ChatPanel } from "./_components/ChatPanel";
|
|
|
|
export default function ChatPage() {
|
|
return <ChatPanel className="max-w-2xl" />;
|
|
}
|