Collaboration

Add:
- Collaboration/GroupChatSection.tsx : fitur room chat

Fix:
- Clear code: Hapus console pada beberapa file

### No Issue
This commit is contained in:
2025-09-24 15:28:16 +08:00
parent 99f058a92f
commit 8c5602b809
12 changed files with 598 additions and 175 deletions

View File

@@ -34,9 +34,7 @@ export default function CollaborationGroup() {
category: "group",
authorId: user?.id,
});
console.log("[RES >>]", JSON.stringify(response.data, null, 2));
if (response.success) {
setListData(response.data);
}