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

Commit 6726b73

Browse files
authored
Merge pull request #5504 from matrix-org/jryans/call-lib-src
Import from src in IncomingCallBox.tsx
2 parents 7bd2f2c + 8350b41 commit 6726b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/voip/IncomingCallBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { ActionPayload } from '../../../dispatcher/payloads';
2424
import CallHandler from '../../../CallHandler';
2525
import RoomAvatar from '../avatars/RoomAvatar';
2626
import FormButton from '../elements/FormButton';
27-
import { CallState } from 'matrix-js-sdk/lib/webrtc/call';
27+
import { CallState } from 'matrix-js-sdk/src/webrtc/call';
2828

2929
interface IProps {
3030
}

0 commit comments

Comments
 (0)