mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
8 lines
111 B
TypeScript
8 lines
111 B
TypeScript
"use client"
|
|
|
|
import { SignIn } from "@clerk/nextjs"
|
|
|
|
export const SignInClient = () => {
|
|
return <SignIn />
|
|
}
|