mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-14 15:07:29 +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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue