diff --git a/src/components/views/voip/PictureInPictureDragger.tsx b/src/components/views/voip/PictureInPictureDragger.tsx index a066ee1fc8..d3b4c8a5d1 100644 --- a/src/components/views/voip/PictureInPictureDragger.tsx +++ b/src/components/views/voip/PictureInPictureDragger.tsx @@ -16,7 +16,6 @@ limitations under the License. import React, { createRef } from 'react'; import UIStore from '../../../stores/UIStore'; -import { IApp } from '../../../stores/WidgetStore'; import { lerp } from '../../../utils/AnimationUtils'; import { MarkedExecution } from '../../../utils/MarkedExecution'; import { replaceableComponent } from '../../../utils/replaceableComponent';