Add placeholders for moderation actions

This commit is contained in:
Gabe Kangas
2022-05-20 13:23:46 -07:00
parent 3c291556e0
commit 99f40e28cb
5 changed files with 66 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
interface Props {}
export default function ChatModerationActionMenu(props: Props) {
return <div>Moderation popup menu goes here</div>;
}