mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-19 09:18:01 +02:00
♻️ Update eslint config (#1424)
This commit is contained in:
parent
01396b6129
commit
d55131c2ab
162 changed files with 337 additions and 266 deletions
|
@ -2,7 +2,7 @@ import { Trans as BaseTrans } from "react-i18next";
|
|||
|
||||
import { useTranslation } from "@/i18n/client";
|
||||
|
||||
import { I18nNamespaces } from "../../declarations/i18next";
|
||||
import type { I18nNamespaces } from "../../declarations/i18next";
|
||||
|
||||
export const Trans = (props: {
|
||||
i18nKey: keyof I18nNamespaces["app"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue