Fix button structure issue
This commit is contained in:
parent
55898b7bdd
commit
657a46f601
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import React from "react";
|
||||
import ActionButton from "./Button/ActionButton.jsx";
|
||||
import ActionButton from "src/components/Button/ActionButton.jsx";
|
||||
|
||||
export default function ChatHeader({ title = "AI Assistant" }) {
|
||||
// Delete chat log (frontend + backend)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue