"fix the absolute path in index.jsx"
This commit is contained in:
parent
fa78ffc1b7
commit
074ad0c3c3
2 changed files with 2 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import React from "react";
|
||||
import ActionButton from "./Button/ActionButton.jsx";
|
||||
import ActionButton from "../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