Chat report table working

This commit is contained in:
2021-03-28 07:58:52 +11:00
parent 19f5c20056
commit be793ae2ff
4 changed files with 82 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import React from 'react';
const BanUser = props => {
return (
<></>
);
};
export default BanUser;