crypto-commons-gather.ing-w.../app/register/page.tsx

8 lines
138 B
TypeScript

"use client"
import RegisterForm from "@/components/register-form"
export default function RegisterPage() {
return <RegisterForm />
}