owncast/web/components/chat/ChatModeratorNotification.tsx

6 lines
167 B
TypeScript
Raw Normal View History

interface Props {}
export default function ChatModerationNotification(props: Props) {
return <div>You are now a moderator notification component goes here</div>;
}