Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Aug 14, 2024
1 parent d02bda6 commit a9178b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Transfer/transferActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import { AmountInput } from '@/components/Elements/Inputs/AmountInput';
import { useNetwork } from '@/contexts/network';
import { AssetType, ChainType } from '@/models';

import { assetType } from './common';
import { useTransferState } from './contexts/transferState';
import { useTransferHandlers } from './hooks/useTransferHandlers';
import { assetType } from './common';

const TransferActions = () => {
const { handleTransfer, working, newOwner, setNewOwner, setTransferAmount } =
Expand Down

0 comments on commit a9178b0

Please sign in to comment.