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