"add index.js"
This commit is contained in:
parent
309e0f6b73
commit
3f893e71b0
4 changed files with 445 additions and 146 deletions
|
|
@ -31,9 +31,9 @@ export default function ChatLayout() {
|
|||
|
||||
return (
|
||||
<div className="flex flex-col flex-start w-full max-w-3xl gap-4 p-4">
|
||||
<ChatHeader />
|
||||
<ChatHeader />
|
||||
<ChatWindow messages={messages} />
|
||||
<MessageInput onSend={handleSend} onDeleteAll={handleDeleteAll} />
|
||||
<MessageInput onSend={handleSend} onDeleteAll={handleDeleteAll}/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue