mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 15:00:30 +03:00
Fix path issue from moving file locations
This commit is contained in:
parent
27196cbad2
commit
1871f70704
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import { useKeyDown } from '../../hooks/useKeyDown';
|
|||
import { markAsRead } from '../../../client/action/notifications';
|
||||
import { useMatrixClient } from '../../hooks/useMatrixClient';
|
||||
import { useRoomMembers } from '../../hooks/useRoomMembers';
|
||||
import { CallView } from './CallView';
|
||||
import { CallView } from '../call/CallView';
|
||||
import { useCallState } from '../../pages/client/call/CallProvider';
|
||||
|
||||
export function Room() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue