mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Import from src in IncomingCallBox.tsx
This commit is contained in:
parent
7bd2f2c6ba
commit
8350b4152b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import { ActionPayload } from '../../../dispatcher/payloads';
|
|||
import CallHandler from '../../../CallHandler';
|
||||
import RoomAvatar from '../avatars/RoomAvatar';
|
||||
import FormButton from '../elements/FormButton';
|
||||
import { CallState } from 'matrix-js-sdk/lib/webrtc/call';
|
||||
import { CallState } from 'matrix-js-sdk/src/webrtc/call';
|
||||
|
||||
interface IProps {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue