import { Suspense } from 'react' import { AuthHeader } from '@/components/auth/common/auth-header' import { RegisterForm } from '@/components/auth/register/register-form' function PageContent() { return (
) } export default function Page() { return (
)} >
) }