remove unused imports

This commit is contained in:
Simon Knott 2024-10-24 17:45:43 +02:00
parent 95a7a757f0
commit 51326e91c7

View file

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