mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 05:14:20 +03:00
3 lines
140 B
TypeScript
3 lines
140 B
TypeScript
export default function ReadWriteChatEmbed() {
|
|
return <div className="standalone-chat-embed">fully featured chat embed goes here</div>;
|
|
}
|