Skip to content

Commit c46b13c

Browse files
committed
linter fix
1 parent f739a3e commit c46b13c

File tree

1 file changed

+1
-1
lines changed
  • packages/checkout/src/views/PaymentSelection

1 file changed

+1
-1
lines changed

packages/checkout/src/views/PaymentSelection/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { useAccount, usePublicClient, useReadContract, useWalletClient } from 'w
1515

1616
import { NavigationHeader } from '../../components/NavigationHeader.js'
1717
import { ERC_20_CONTRACT_ABI } from '../../constants/abi.js'
18-
import { HEADER_HEIGHT, EVENT_SOURCE } from '../../constants/index.js'
18+
import { EVENT_SOURCE, HEADER_HEIGHT } from '../../constants/index.js'
1919
import type { SelectPaymentSettings } from '../../contexts/SelectPaymentModal.js'
2020
import { useSelectPaymentModal, useSkipOnCloseCallback, useTransactionStatusModal } from '../../hooks/index.js'
2121

0 commit comments

Comments
 (0)