mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-26 10:18:34 +02:00
10 lines
202 B
TypeScript
10 lines
202 B
TypeScript
import { SignInClient } from "@/components/custom/clerk/sign-in-client"
|
|
|
|
export default async function Page() {
|
|
return (
|
|
<div className="flex justify-center py-24">
|
|
<SignInClient />
|
|
</div>
|
|
)
|
|
}
|