mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
♻️ Remove references to next-i18next (#1597)
This commit is contained in:
parent
53e50cd8c7
commit
f0358a10a1
38 changed files with 111 additions and 139 deletions
|
@ -7,11 +7,11 @@ import { FormMessage } from "@rallly/ui/form";
|
|||
import { Input } from "@rallly/ui/input";
|
||||
import * as Sentry from "@sentry/nextjs";
|
||||
import { TRPCClientError } from "@trpc/client";
|
||||
import { useTranslation } from "next-i18next";
|
||||
import { useForm } from "react-hook-form";
|
||||
import z from "zod";
|
||||
|
||||
import { usePoll } from "@/contexts/poll";
|
||||
import { useTranslation } from "@/i18n/client";
|
||||
|
||||
import { useAddParticipantMutation } from "./poll/mutations";
|
||||
import VoteIcon from "./poll/vote-icon";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue