Skip to content

Commit

Permalink
TW-1479: [EVM] Transactions history. Trigger pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tsx committed Oct 10, 2024
1 parent aefd6ae commit e94a76e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/templates/SettingsGeneral/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => (
<div className="w-full max-w-sm mx-auto my-8">
Expand Down

0 comments on commit e94a76e

Please sign in to comment.