'use client'; import Link from 'next/link'; import { FormEvent } from 'react'; import AuthInput from './AuthInput'; import Button from '../Button'; const LoginForm = () => { return (