mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-04 11:41:51 +02:00
♻️ Move trpc client (#1421)
This commit is contained in:
parent
eaab13b516
commit
c0c363ca5f
30 changed files with 29 additions and 29 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue