Merge pull request #5504 from matrix-org/jryans/call-lib-src

Import from src in IncomingCallBox.tsx
pull/21833/head
J. Ryan Stinnett 2020-12-17 18:52:49 +00:00 committed by GitHub
commit 6726b731e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {
}