♻️ Remove references to next-i18next (#1597)

This commit is contained in:
Luke Vella 2025-03-04 16:15:10 +00:00 committed by GitHub
parent 53e50cd8c7
commit f0358a10a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 111 additions and 139 deletions

View file

@ -1,7 +1,8 @@
import { cn } from "@rallly/ui";
import { useTranslation } from "next-i18next";
import React from "react";
import { useTranslation } from "@/i18n/client";
export interface StepsProps {
current: number;
total: number;