From 657a46f6015083597d2e1d20a5fb7c4c14d0a1b1 Mon Sep 17 00:00:00 2001 From: Christbru Date: Sat, 18 Oct 2025 18:11:46 -0500 Subject: [PATCH] Fix button structure issue --- web-app/src/components/ui/chat/chat-header.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/src/components/ui/chat/chat-header.jsx b/web-app/src/components/ui/chat/chat-header.jsx index 603cb61..87bd577 100644 --- a/web-app/src/components/ui/chat/chat-header.jsx +++ b/web-app/src/components/ui/chat/chat-header.jsx @@ -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)