Skip to content

Commit a4f1da5

Browse files
committed
run formatter
1 parent c958440 commit a4f1da5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/react/src/components/Connected.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ import { sponsoredContractAddresses } from '../config'
2828
import { messageToSign } from '../constants'
2929
import { ERC_1155_SALE_CONTRACT } from '../constants/erc1155-sale-contract'
3030
import { abi } from '../constants/nft-abi'
31-
import { CustomCheckout } from './CustomCheckout'
3231
import { delay, getCheckoutSettings, getOrderbookCalldata } from '../utils'
3332

33+
import { CustomCheckout } from './CustomCheckout'
34+
3435
// append ?debug to url to enable debug mode
3536
const searchParams = new URLSearchParams(location.search)
3637
const isDebugMode = searchParams.has('debug')

0 commit comments

Comments
 (0)