From e94a76ec55cd6960e2528eee8f250ca33db077f4 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 10 Oct 2024 11:59:50 +0300 Subject: [PATCH] TW-1479: [EVM] Transactions history. Trigger pipeline --- src/app/templates/SettingsGeneral/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/templates/SettingsGeneral/index.tsx b/src/app/templates/SettingsGeneral/index.tsx index 79bc7cbe8..c0501d318 100644 --- a/src/app/templates/SettingsGeneral/index.tsx +++ b/src/app/templates/SettingsGeneral/index.tsx @@ -2,11 +2,11 @@ import React, { memo } from 'react'; import { NotificationsSettings } from 'lib/notifications/components'; -import AnalyticsSettings from './Components/AnalyticsSettings'; -import FiatCurrencySelect from './Components/FiatCurrencySelect'; -import LocaleSelect from './Components/LocaleSelect'; -import LockUpSettings from './Components/LockUpSettings'; -import PopupSettings from './Components/PopupSettings'; +import AnalyticsSettings from './components/AnalyticsSettings'; +import FiatCurrencySelect from './components/FiatCurrencySelect'; +import LocaleSelect from './components/LocaleSelect'; +import LockUpSettings from './components/LockUpSettings'; +import PopupSettings from './components/PopupSettings'; const GeneralSettings = memo(() => (