Skip to content

Commit

Permalink
Merge pull request #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

1 comment on commit 1a6ef05

@vercel
Copy link

@vercel vercel bot commented on 1a6ef05 Apr 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.