diff --git a/app/services/highlighter/index.ts b/app/services/highlighter/index.ts index 8f322ede006c..77aad7831ad5 100644 --- a/app/services/highlighter/index.ts +++ b/app/services/highlighter/index.ts @@ -61,7 +61,6 @@ import { AiHighlighterUpdater } from './ai-highlighter/updater'; import { IDownloadProgress } from 'util/requests'; import { IncrementalRolloutService } from 'app-services'; import { EAvailableFeatures } from 'services/incremental-rollout'; -import { getSharedResource } from 'util/get-shared-resource'; export type TStreamInfo = | { orderPosition: number; @@ -2309,7 +2308,7 @@ export class HighlighterService extends PersistentStatefulService