mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-10 22:51:47 +02:00
♻️ Move trpc client (#1421)
This commit is contained in:
parent
eaab13b516
commit
c0c363ca5f
30 changed files with 29 additions and 29 deletions
|
@ -3,8 +3,8 @@ import { Badge } from "@rallly/ui/badge";
|
|||
import React from "react";
|
||||
|
||||
import { Trans } from "@/components/trans";
|
||||
import { trpc } from "@/trpc/client";
|
||||
import { isSelfHosted } from "@/utils/constants";
|
||||
import { trpc } from "@/utils/trpc/client";
|
||||
|
||||
export const useSubscription = () => {
|
||||
const { data } = trpc.user.subscription.useQuery(undefined, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue