♻️ 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

@ -37,9 +37,9 @@ import { z } from "zod";
import { OptimizedAvatarImage } from "@/components/optimized-avatar-image";
import { useDeleteParticipantMutation } from "@/components/poll/mutations";
import { Trans } from "@/components/trans";
import { trpc } from "@/trpc/client";
import { useFormValidation } from "@/utils/form-validation";
import { usePostHog } from "@/utils/posthog";
import { trpc } from "@/utils/trpc/client";
export const ParticipantDropdown = ({
participant,