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