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

@ -17,9 +17,9 @@ import { useUnmount } from "react-use";
import { PollSettingsForm } from "@/components/forms/poll-settings";
import { Trans } from "@/components/trans";
import { useUser } from "@/components/user-provider";
import { trpc } from "@/trpc/client";
import { setCookie } from "@/utils/cookies";
import { usePostHog } from "@/utils/posthog";
import { trpc } from "@/utils/trpc/client";
import { NewEventData, PollDetailsForm, PollOptionsForm } from "./forms";