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