diff --git a/packages/thirdweb/src/exports/utils.ts b/packages/thirdweb/src/exports/utils.ts index c863f7e9b1f..969e695a0d8 100644 --- a/packages/thirdweb/src/exports/utils.ts +++ b/packages/thirdweb/src/exports/utils.ts @@ -171,7 +171,7 @@ export type { JWTPayload } from "../utils/jwt/types.js"; export { getClaimParams, type GetClaimParamsOptions, -} from "../utils/extensions/drops/get-claim-params.js"; +} from "../utils/extensions/drops/get-claim-params.js"; export type { NFTMetadata, NFTInput } from "../utils/nft/parseNft.js";