Moved CallProvider

This commit is contained in:
Gigiaj 2025-05-22 20:02:35 -05:00
parent 023a23d87c
commit 0db52c2d37
4 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ import { markAsRead } from '../../../client/action/notifications';
import { useMatrixClient } from '../../hooks/useMatrixClient';
import { useRoomMembers } from '../../hooks/useRoomMembers';
import { CallView } from './CallView';
import { useCallState } from '../../pages/client/CallProvider';
import { useCallState } from '../../pages/client/call/CallProvider';
export function Room() {
const { eventId } = useParams();