Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5504 from matrix-org/jryans/call-lib-src
Browse files Browse the repository at this point in the history
Import from src in IncomingCallBox.tsx
  • Loading branch information
jryans authored Dec 17, 2020
2 parents 7bd2f2c + 8350b41 commit 6726b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/voip/IncomingCallBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
}
Expand Down

0 comments on commit 6726b73

Please sign in to comment.