Improve code

This commit is contained in:
2025-08-30 13:41:35 +03:00
Unverified
parent bd52b3c05a
commit 9594ed589d
6 changed files with 112 additions and 36 deletions
@@ -0,0 +1,9 @@
import { ChatMain } from "./ChatMain";
export function RightPanel() {
return (
<div className="chat-container">
<ChatMain />
</div>
);
}