From 6b3c9dfddc0b0709c4f823df2f398706e995c798 Mon Sep 17 00:00:00 2001 From: Jaggar <18173108+GigiaJ@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:26:47 -0500 Subject: [PATCH] Update src/app/features/call/CallView.tsx Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com> --- src/app/features/call/CallView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/features/call/CallView.tsx b/src/app/features/call/CallView.tsx index eed5bd32..72eaa09b 100644 --- a/src/app/features/call/CallView.tsx +++ b/src/app/features/call/CallView.tsx @@ -2,7 +2,6 @@ import { Room } from 'matrix-js-sdk'; import React, { useContext, useMemo, useCallback, useEffect, useRef } from 'react'; import { Box } from 'folds'; -import { RoomViewHeader } from '../room/RoomViewHeader'; import { useCallState } from '../../pages/client/call/CallProvider'; import { PrimaryRefContext,