mirror of
https://github.com/owncast/owncast.git
synced 2025-01-08 01:27:31 +03:00
5 lines
167 B
TypeScript
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>;
|
|
}
|