Clean unused import

This commit is contained in:
dangered wolf 2024-04-29 23:18:15 -04:00
parent af07eca64e
commit 9e1c853066
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -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 {