Skip to content

Commit

Permalink
fix import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-eastwood3 committed Dec 10, 2024
1 parent f9a709f commit a078f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/packages/wallets/crossmint/src/mintingAPI.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { z } from "zod";
import type { Plugin, WalletClient } from "@goat-sdk/core";
import { randomUUID } from "node:crypto";
import type { Plugin, WalletClient } from "@goat-sdk/core";
import { z } from "zod";

export const mintingAPIFactory = (
apiKey: string,
Expand Down

0 comments on commit a078f9f

Please sign in to comment.