Skip to content

Commit

Permalink
fix: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday committed Jan 23, 2025
1 parent 55e8277 commit 3d8fbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/components/token-to-wallet/token-to-wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { usePublicClient, useWalletClient, useWatchAsset } from 'wagmi';
import { type Address, type PublicClient, getContract } from 'viem';

import { ToastError, ToastInfo, Tooltip } from '@lidofinance/lido-ui';
import { useIsLedgerLive } from 'shared/hooks/useIsLedgerLive';
import { TokenToWalletStyle } from './styles';

import type { Component } from 'types';
import { useIsLedgerLive } from 'shared/hooks/useIsLedgerLive';

export type TokenToWalletComponent = Component<'button', { address?: string }>;

Expand Down

0 comments on commit 3d8fbba

Please sign in to comment.