We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f739a3e commit c46b13cCopy full SHA for c46b13c
packages/checkout/src/views/PaymentSelection/index.tsx
@@ -15,7 +15,7 @@ import { useAccount, usePublicClient, useReadContract, useWalletClient } from 'w
15
16
import { NavigationHeader } from '../../components/NavigationHeader.js'
17
import { ERC_20_CONTRACT_ABI } from '../../constants/abi.js'
18
-import { HEADER_HEIGHT, EVENT_SOURCE } from '../../constants/index.js'
+import { EVENT_SOURCE, HEADER_HEIGHT } from '../../constants/index.js'
19
import type { SelectPaymentSettings } from '../../contexts/SelectPaymentModal.js'
20
import { useSelectPaymentModal, useSkipOnCloseCallback, useTransactionStatusModal } from '../../hooks/index.js'
21
0 commit comments