From 438ab675f6bc0b12b38d99557f72e9b21895ed29 Mon Sep 17 00:00:00 2001 From: Inokentii Mazhara Date: Wed, 18 Sep 2024 17:22:25 +0300 Subject: [PATCH] TW-1543 Remove an unused import --- .../SettingsGeneral/components/fiat-currency-select/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/templates/SettingsGeneral/components/fiat-currency-select/index.tsx b/src/app/templates/SettingsGeneral/components/fiat-currency-select/index.tsx index cc7246a50..fc310a5e9 100644 --- a/src/app/templates/SettingsGeneral/components/fiat-currency-select/index.tsx +++ b/src/app/templates/SettingsGeneral/components/fiat-currency-select/index.tsx @@ -8,7 +8,7 @@ import { FiatCurrencyOptionBase, useFiatCurrency } from 'lib/fiat-currency'; -import { T, t } from 'lib/i18n'; +import { t } from 'lib/i18n'; import { SettingsGeneralSelectors } from '../../selectors'; import { CellPartProps, SelectWithModal } from '../select-with-modal';