refactor: merge to single file

This commit is contained in:
lleohao
2024-09-07 14:07:05 +00:00
parent e44dbd0fa4
commit 1b0760f5af
85 changed files with 452 additions and 591 deletions

View File

@ -3,7 +3,7 @@ import { InviteSignUpForm } from "@/features/auth/components/invite-sign-up-form
import { useTranslation } from "react-i18next";
export default function InviteSignup() {
const { t } = useTranslation("invite-signup");
const { t } = useTranslation();
return (
<>