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