mirror of
https://github.com/linsa-io/linsa.git
synced 2026-07-12 12:22:39 +02:00
force graph, palette
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { SignUpClient } from "@/components/custom/clerk/sign-up-client"
|
||||
|
||||
export default async function Page() {
|
||||
return (
|
||||
<div className="flex justify-center py-24">
|
||||
<SignUpClient />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user