2022-05-12 09:31:31 +03:00
|
|
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
2022-04-28 09:19:20 +03:00
|
|
|
interface Props {}
|
|
|
|
|
|
|
|
export default function ChatModerationNotification(props: Props) {
|
|
|
|
return <div>You are now a moderator notification component goes here</div>;
|
|
|
|
}
|