mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Implement base DOM structure
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export function ChatMessages() {
|
||||
return (
|
||||
<div className="chat-messages" id="chat-messages">
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user