Fix/23066 i18n related commands are broken (#23071)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
crazywoola
2025-07-28 21:25:18 +08:00
committed by GitHub
parent 572a2bbe53
commit 5f550126b3
6 changed files with 8 additions and 204 deletions

View File

@@ -1,11 +0,0 @@
'use client'
import DemoForm from '../components/base/form/form-scenarios/demo'
export default function Page() {
return (
<div className='flex h-screen w-full items-center justify-center p-20'>
<DemoForm />
</div>
)
}