Skip to content

Commit 133223e

Browse files
committed
fix: sort imports in checkout.ts for biome
1 parent 1d35aed commit 133223e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schemas/checkout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { z } from "zod";
2+
import { CurrencySchema } from "./currency";
23
import {
34
BaseInvoiceSchema,
45
DynamicAmountPendingInvoiceSchema,
56
FixedAmountPendingInvoiceSchema,
67
PaidInvoiceSchema,
78
} from "./invoice";
89
import { CheckoutProductSchema } from "./product";
9-
import { CurrencySchema } from "./currency";
1010

1111
/**
1212
* Valid fields that can be required at checkout time.

0 commit comments

Comments
 (0)