// import { SignInClient } from "@/components/custom/clerk/sign-in-client"
// export default async function Page() {
// return (
//
//
//
// )
// }
import { SignUpClient } from "@/components/custom/clerk/sign-up-client"
export default async function Page() {
return (
)
}