edit add, delete button

This commit is contained in:
yenminh269 2025-10-18 20:42:09 -05:00
commit 4989d30ec3
4 changed files with 13 additions and 6 deletions

View file

@ -2,7 +2,7 @@ import React, { useState } from "react";
import ChatHeader from "src/components/ui/chat/chat-header";
import ChatWindow from "src/components/ui/chat/chat-window";
import MessageInput from "src/components/ui/chat/message-input";
import '../../index.css'
export default function ChatLayout() {
const [messages, setMessages] = useState([
{