diff --git a/src/components/chat/chatroom.tsx b/src/components/chat/chatroom.tsx index 81b71e6d..67c88cab 100644 --- a/src/components/chat/chatroom.tsx +++ b/src/components/chat/chatroom.tsx @@ -3,7 +3,7 @@ import React, { useEffect, useRef, useState } from 'react'; import { doc, onSnapshot, Timestamp } from 'firebase/firestore'; -import { Avatar, Box } from '@mui/material'; +import { Avatar, Box, Button, Grid, Typography } from '@mui/material'; import firebase from 'firebase/compat/app'; import SendIcon from '@mui/icons-material/Send'; import { firestore } from '../../config/firebase_config'; @@ -145,6 +145,21 @@ function Chat(props: PatientData) { }} > + + + + Messages + + + + + + +