mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-04-03 18:24:12 +00:00
5 lines
147 B
TypeScript
5 lines
147 B
TypeScript
import { SignIn } from '@clerk/nextjs';
|
|
|
|
export default function Page() {
|
|
return <SignIn signUpUrl='/sign-up' afterSignInUrl='/select-org' />;
|
|
}
|