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,