diff --git a/frontend-next/src/app/app/page.js b/frontend-next/src/app/app/page.js
index 0ce303d..de9f42d 100644
--- a/frontend-next/src/app/app/page.js
+++ b/frontend-next/src/app/app/page.js
@@ -6,7 +6,10 @@ import { app } from "../api/firebase-config";
import { getDatabase, ref, onValue, get, set} from "firebase/database";
var database = getDatabase(app)
-// Data types
+
+// Data Types
+
+// Chat Message
function Chat({chatObj}) {
let dateOptions = {
weekday: 'long',
@@ -28,14 +31,16 @@ function Chat({chatObj}) {
)
}
+// Member for Active/Room members in sidebar
function Member() {
return (
-
+
LAX18
)
}
+// Chat Room for myRooms and Nearby in sidebar
function ChatRoomSidebar({roomObj, click}) {
return (
@@ -47,7 +52,25 @@ return (
)
}
+// Map module for main page and chat room sidebar
+// TODO: MAKE NOT MOVABLE
+function Geo({loc, zoom, movable}) {
+ if (loc) {
+ return (
+
+ )
+ } else {
+ return (
+