From 54778a341a67ee2c50426d5f85955ee26953d0dc Mon Sep 17 00:00:00 2001 From: Tyler Hill Date: Wed, 11 Dec 2024 15:35:55 -0600 Subject: [PATCH] lint --- src/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content.ts b/src/content.ts index 26b9851..c091aef 100644 --- a/src/content.ts +++ b/src/content.ts @@ -1,5 +1,5 @@ import type { PlasmoCSConfig } from 'plasmo'; -import { type SearchQuery, searchQueryEqual } from '~utils/SearchQuery'; +import { type SearchQuery } from '~utils/SearchQuery'; // Plasmo CS config export export const config: PlasmoCSConfig = {