fix(eslint): installed one dep for eslint
This commit is contained in:
parent
657a46f601
commit
42a012ca9c
4 changed files with 24 additions and 6 deletions
|
|
@ -18,7 +18,7 @@ export default function ChatHeader({ title = "AI Assistant" }) {
|
|||
setMessages([]);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
return (
|
||||
<header className="flex items-center justify-between px-4 py-3 bg-gradient-to-r from-slate-800 to-slate-900 text-white">
|
||||
<div className="flex items-center gap-3">
|
||||
|
|
@ -34,7 +34,6 @@ export default function ChatHeader({ title = "AI Assistant" }) {
|
|||
<ActionButton type="add" onClick={handleNewChat}></ActionButton>
|
||||
<ActionButton type="delete" onClick={handleDeleteChat}></ActionButton>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue