Fix/23066 i18n related commands are broken (#23071)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user