Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Romero committed Dec 5, 2023
1 parent 52d7b27 commit 17131f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/src/router/order.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { TRPCError } from "@trpc/server";
import { router, protectedProcedure } from "../trpc";
import { z } from "zod";
import { clerkClient } from "@clerk/nextjs/server";

export const orderRouter = router({
create: protectedProcedure
Expand Down

0 comments on commit 17131f2

Please sign in to comment.