Fix linter again

pull/21833/head
Dariusz Niemczyk 2021-08-03 18:00:11 +02:00
parent b18d03be32
commit 7487636f90
No known key found for this signature in database
GPG Key ID: 28DFE7164F497CB6
1 changed files with 0 additions and 1 deletions

View File

@ -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';