Skip to content

Commit

Permalink
Merge pull request reworkd#257 from mihaichris/main
Browse files Browse the repository at this point in the history
Optimized imports in account.ts file
  • Loading branch information
awtkns authored Apr 19, 2023
2 parents 6615fa8 + 1f436c5 commit 1a6ef05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server/api/routers/account.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { z } from "zod";

import { createTRPCRouter, protectedProcedure } from "../trpc";
import Stripe from "stripe";
import { env } from "../../../env/server.mjs";
Expand Down

0 comments on commit 1a6ef05

Please sign in to comment.