"fix the absolute path in index.jsx"

This commit is contained in:
yenminh269 2025-10-18 18:04:33 -05:00
commit 074ad0c3c3
2 changed files with 2 additions and 6 deletions

View file

@ -1,9 +1,5 @@
import React from "react";
<<<<<<< HEAD:src/app/index.jsx
import ChatLayout from "../components/ui/ChatLayout";
=======
import ChatLayout from "src/components/layouts/chat-layout";
>>>>>>> cb9cff44215b6de81ed81ef2a1c6abe090fbf1b1:web-app/src/app/index.jsx
import ChatLayout from "../components/layouts/chat-layout.jsx";
function App() {
return (

View file

@ -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)