mirror of
https://github.com/owncast/owncast.git
synced 2025-01-08 17:47:32 +03:00
3 lines
117 B
TypeScript
3 lines
117 B
TypeScript
export default function ReadOnlyChatEmbed() {
|
|
return <div className="chat-embed">chat container goes here</div>;
|
|
}
|