remove unused import

This commit is contained in:
Simon Knott 2024-11-04 11:21:57 +01:00
parent 217b1540fb
commit d8a0e36cf1
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -30,7 +30,7 @@ import type { IRecorderAppFactory, IRecorderApp, IRecorder } from './recorder/re
import { metadataToCallLog } from './recorder/recorderUtils';
import type * as actions from '@recorder/actions';
import { buildFullSelector } from '../utils/isomorphic/recorderUtils';
import { splitSelectorByFrame, stringifySelector } from '../utils/isomorphic/selectorParser';
import { stringifySelector } from '../utils/isomorphic/selectorParser';
import type { Frame } from './frames';
const recorderSymbol = Symbol('recorderSymbol');