Skip to content

Commit

Permalink
fix: Lint import order
Browse files Browse the repository at this point in the history
  • Loading branch information
gambinish committed Dec 12, 2024
1 parent ba696c6 commit 0f5f974
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ import {
useSafeChains,
} from '../../../pages/settings/networks-tab/networks-form/use-safe-chains';
import { NETWORK_TO_SHORT_NETWORK_NAME_MAP } from '../../../../shared/constants/bridge';
import { PercentageChange } from './price/percentage-change/percentage-change';
import { getNetworkConfigurationsByChainId } from '../../../../shared/modules/selectors/networks';
import { PercentageChange } from './price/percentage-change/percentage-change';

type TokenListItemProps = {
className?: string;
Expand Down

0 comments on commit 0f5f974

Please sign in to comment.