♻️ Move trpc client (#1421)

This commit is contained in:
Luke Vella 2024-10-31 22:22:34 +00:00 committed by GitHub
parent eaab13b516
commit c0c363ca5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 29 additions and 29 deletions

View file

@ -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, {