From 41a8b2718a00c6af16928bc55e908d5ca4e25e59 Mon Sep 17 00:00:00 2001 From: Ajay Date: Wed, 19 Jan 2022 11:30:04 -0500 Subject: [PATCH] Remove deleted import --- src/content.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content.ts b/src/content.ts index e839f359..14f1f95d 100644 --- a/src/content.ts +++ b/src/content.ts @@ -15,9 +15,8 @@ import { Message, MessageResponse, VoteResponse } from "./messageTypes"; import * as Chat from "./js-components/chat"; import { getCategoryActionType } from "./utils/categoryUtils"; import { SkipButtonControlBar } from "./js-components/skipButtonControlBar"; -import { Tooltip } from "./render/Tooltip"; import { getStartTimeFromUrl } from "./utils/urlParser"; -import { findValidElement, getControls, getHashParams, isVisible, getHoverPreview } from "./utils/pageUtils"; +import { findValidElement, getControls, getHashParams, isVisible } from "./utils/pageUtils"; import { CategoryPill } from "./render/CategoryPill"; import { AnimationUtils } from "./utils/animationUtils"; import { GenericUtils } from "./utils/genericUtils";