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

@@ -65,7 +65,7 @@ import {
getRoomNotificationModeIcon,
useRoomsNotificationPreferencesContext,
} from '../../hooks/useRoomsNotificationPreferences';
import { useCallState } from '../../pages/client/CallProvider';
import { useCallState } from '../../pages/client/call/CallProvider';
type RoomMenuProps = {
room: Room;