Merge: Resolve conflicts by accepting incoming changes

This commit is contained in:
yenminh269 2025-10-18 21:18:46 -05:00
commit 2d7637ebcf
21 changed files with 133 additions and 180 deletions

View file

@ -25,7 +25,7 @@ export default function ChatLayout() {
}
return (
<div className="flex flex-col h-[80vh] w-full max-w-3xl mx-auto rounded-lg overflow-hidden shadow-lg border border-slate-700">
<div className="flex flex-col">
<ChatHeader />
<ChatWindow messages={messages} />
<MessageInput onSend={handleSend} />