From 7487636f90f53306ac9fcca40876b7f0b97dea1c Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Tue, 3 Aug 2021 18:00:11 +0200 Subject: [PATCH] Fix linter again --- src/components/views/voip/PictureInPictureDragger.tsx | 1 - 1 file changed, 1 deletion(-) 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';