mirror of
https://github.com/LeNei/clerk-docker-error.git
synced 2026-02-13 22:56:25 +00:00
first commit
This commit is contained in:
9
app/sign-up/[[...sign-up]]/page.tsx
Normal file
9
app/sign-up/[[...sign-up]]/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { SignUp } from "@clerk/nextjs";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div className="flex justify-center py-24">
|
||||
<SignUp />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user