mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-25 04:25:05 +03:00
Improve code
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { ChatMain } from "./ChatMain";
|
||||
|
||||
export function RightPanel() {
|
||||
return (
|
||||
<div className="chat-container">
|
||||
<ChatMain />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user