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