From 97f43b205fef0802d288ca41e1f19a02ef1f8089 Mon Sep 17 00:00:00 2001 From: obrucheoghene Date: Fri, 9 Jan 2026 14:12:57 +0100 Subject: [PATCH 01/24] fix: comment out unused components --- src/components/room/chat/chat-container.tsx | 6 +++--- src/components/room/participant/my-participant-item.tsx | 8 ++++---- src/components/room/participant/participant-item.tsx | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/room/chat/chat-container.tsx b/src/components/room/chat/chat-container.tsx index 1f280b4..12a3f43 100644 --- a/src/components/room/chat/chat-container.tsx +++ b/src/components/room/chat/chat-container.tsx @@ -1,4 +1,4 @@ -import { ChevronRightIcon, SendHorizonal, Smile, Users } from 'lucide-react'; +import { SendHorizonal, Smile } from 'lucide-react'; import { useState, type KeyboardEvent } from 'react'; import { v4 as uuidv4 } from 'uuid'; @@ -78,14 +78,14 @@ const ChatContainer = () => { )} {/* input */}
-
+ {/*
To
Everyone
-
+
*/}