This commit is contained in:
han 2025-07-29 22:23:15 +08:00
parent a5f4247589
commit 8bed4a55c4
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ export default function Page() {
}); });
return ( return (
// <PersonForm /> // <PersonForm />
<ApplicationForm /> <ApplicationForm />
) )
} }