Skip to content

Commit

Permalink
missing import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SimerusM committed Aug 31, 2024
1 parent 6088199 commit 0c24197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/pages/MeetingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { useParams, useLocation, useNavigate } from 'react-router-dom';
import io from 'socket.io-client';
import RTCHandler from '../services/rtcHandler';
import Chat from '../components/Chat';
import ChatHandler from '../services/chatHandler';

import Button from '../components/Button';
import toast, { Toaster } from 'react-hot-toast';
Expand Down

0 comments on commit 0c24197

Please sign in to comment.