Skip to content

Commit

Permalink
fix-mint
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed May 30, 2024
1 parent 6dba33e commit 80caa03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/react/src/components/Connected.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ import {
useWriteContract
} from 'wagmi'

import { messageToSign, abi } from '../constants'
import { messageToSign } from '../constants'
import { abi } from '../constants/nft-abi'
import { delay, getCheckoutSettings, getOrderbookCalldata } from '../utils'

// append ?debug to url to enable debug mode
Expand Down

0 comments on commit 80caa03

Please sign in to comment.