4 lines
117 B
TypeScript
4 lines
117 B
TypeScript
|
export default function ReadOnlyChatEmbed() {
|
||
|
return <div className="chat-embed">chat container goes here</div>;
|
||
|
}
|