Organize imports
This commit is contained in:
parent
c3f3737a1e
commit
4d5af8c62a
1 changed files with 0 additions and 2 deletions
|
|
@ -1,10 +1,8 @@
|
|||
'use client'
|
||||
|
||||
import { signIn } from '@auth/nextjs/client'
|
||||
import { useRouter } from 'next/navigation'
|
||||
|
||||
export function Login() {
|
||||
const router = useRouter()
|
||||
return (
|
||||
<button
|
||||
className="inline-flex w-full items-center justify-center rounded border border-zinc-800 bg-white h-8 px-4 -my-1.5 text-sm leading-6 tracking-tight text-zinc-900 transition-colors ease-in-out hover:bg-zinc-100 disabled:cursor-not-allowed disabled:opacity-50"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue