diff --git a/README.md b/README.md
index 81db829..c6d833a 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,7 @@ To set up this template in development mode:
# Features List
+- Mainly one language across the codebase (JavaScript)
- Full documentation
- Setup tutorial
- Fully Featured Account System (as a microservice)
diff --git a/client/components/pages/mod.jsx b/client/components/pages/mod.jsx
index 9cf5f93..22eccc5 100644
--- a/client/components/pages/mod.jsx
+++ b/client/components/pages/mod.jsx
@@ -3,6 +3,9 @@ import { Redirect } from 'react-router-dom';
import { TokenContext } from '../utilities/token-provider';
+import ChatReports from '../panels/chat-reports';
+import BanUser from '../panels/ban-user';
+
const Mod = props => {
//context
const authTokens = useContext(TokenContext);
@@ -15,6 +18,8 @@ const Mod = props => {
return (