Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Din committed Feb 1, 2024
1 parent c818e26 commit 2142e79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion @web/lib/trpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import type * as _H from '@api/node_modules/@clerk/backend/dist/types/tokens/aut
import type * as _M from '@api/node_modules/@clerk/backend/dist/types/tokens/interstitial'
import type * as _C from '@api/node_modules/@lemonsqueezy/lemonsqueezy.js/dist/index.cjs'
import type * as _D from '@api/node_modules/posthog-node/lib'
import { TRPCClientErrorLike, createTRPCReact } from '@trpc/react-query'
import type { TRPCClientErrorLike } from '@trpc/react-query'
import { createTRPCReact } from '@trpc/react-query'
import type { TRPCInferrable } from '@trpc/server/unstable-core-do-not-import'

export const trpc = createTRPCReact<AppRouter>({
Expand Down

0 comments on commit 2142e79

Please sign in to comment.