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