Move to clerk
This commit is contained in:
parent
cd340320b7
commit
567b0ac313
18 changed files with 550 additions and 178 deletions
11
app/sign-up/[[...sign-up]]/page.tsx
Normal file
11
app/sign-up/[[...sign-up]]/page.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { SignUp } from '@clerk/nextjs'
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div className="flex flex-col items-center justify-center h-full min-h-screen">
|
||||
<div className="flex flex-col items-center justify-center h-full">
|
||||
<SignUp />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue