owncast/web/pages/embed/chat/readonly.tsx

4 lines
117 B
TypeScript
Raw Normal View History

2022-05-17 07:55:22 +02:00
export default function ReadOnlyChatEmbed() {
return <div className="chat-embed">chat container goes here</div>;
}