mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-19 09:18:01 +02:00
♻️ Switch to app router (#922)
This commit is contained in:
parent
41f85279bb
commit
95feb9f01a
181 changed files with 2507 additions and 2494 deletions
|
@ -1,4 +1,6 @@
|
|||
import { Trans as BaseTrans, useTranslation } from "next-i18next";
|
||||
import { Trans as BaseTrans } from "react-i18next";
|
||||
|
||||
import { useTranslation } from "@/app/i18n/client";
|
||||
|
||||
type TransWithContextProps = Omit<React.ComponentProps<typeof BaseTrans>, "t">;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue