owncast/web/components/chat/ChatModeratorNotification.tsx
2022-04-27 23:19:45 -07:00

5 lines
167 B
TypeScript

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