diff --git a/src/components/views/voip/CallViewSidebar.tsx b/src/components/views/voip/CallViewSidebar.tsx index c35c6558c7..ce9f3335ae 100644 --- a/src/components/views/voip/CallViewSidebar.tsx +++ b/src/components/views/voip/CallViewSidebar.tsx @@ -16,8 +16,8 @@ limitations under the License. import React from "react"; -import { MatrixCall } from "../../../../../matrix-js-sdk/src/webrtc/call"; -import { CallFeed } from "../../../../../matrix-js-sdk/src/webrtc/callFeed"; +import { MatrixCall } from "matrix-js-sdk/src/webrtc/call"; +import { CallFeed } from "matrix-js-sdk/src/webrtc/callFeed"; import VideoFeed from "./VideoFeed"; interface IProps {