remove unused imports
This commit is contained in:
parent
95a7a757f0
commit
51326e91c7
|
|
@ -21,7 +21,6 @@ import type { ElementInfo, Mode, OverlayState, UIState } from '@recorder/recorde
|
||||||
import type { ElementText } from '../selectorUtils';
|
import type { ElementText } from '../selectorUtils';
|
||||||
import type { Highlight, HighlightOptions } from '../highlight';
|
import type { Highlight, HighlightOptions } from '../highlight';
|
||||||
import clipPaths from './clipPaths';
|
import clipPaths from './clipPaths';
|
||||||
import { parseSelector, splitSelectorByFrame } from '@isomorphic/selectorParser';
|
|
||||||
|
|
||||||
export interface RecorderDelegate {
|
export interface RecorderDelegate {
|
||||||
performAction?(action: actions.PerformOnRecordAction): Promise<void>;
|
performAction?(action: actions.PerformOnRecordAction): Promise<void>;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue