mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 22:31:09 +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>;
|
|
}
|