From 9e1c853066ca1b8b90cb9747a2cff925e63b9706 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Mon, 29 Apr 2024 23:18:15 -0400 Subject: [PATCH] Clean unused import --- src/render/instantview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/render/instantview.ts b/src/render/instantview.ts index b770edd..39735ad 100644 --- a/src/render/instantview.ts +++ b/src/render/instantview.ts @@ -1,7 +1,7 @@ /* eslint-disable no-irregular-whitespace */ import { Constants } from '../constants'; import { getSocialTextIV } from '../helpers/socialproof'; -import { formatNumber, sanitizeText } from '../helpers/utils'; +import { sanitizeText } from '../helpers/utils'; import { Strings } from '../strings'; enum AuthorActionType {