Skip to content

Commit f479993

Browse files
npslaneyclaude
andcommitted
fix: correct import order in checkout.ts
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7d4ed27 commit f479993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/contracts/checkout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { oc } from "@orpc/contract";
22
import { z } from "zod";
33
import { CheckoutSchema } from "../schemas/checkout";
4-
import { CustomerSchema } from "../schemas/customer";
54
import { CurrencySchema } from "../schemas/currency";
5+
import { CustomerSchema } from "../schemas/customer";
66
import {
77
PaginationInputSchema,
88
PaginationOutputSchema,

0 commit comments

Comments
 (0)