import { lusitana } from '@/app/ui/fonts'; import { AtSymbolIcon, KeyIcon, ExclamationCircleIcon, } from '@heroicons/react/24/outline'; import { ArrowRightIcon } from '@heroicons/react/20/solid'; import { Button } from './button'; export default function LoginForm() { return (

Please log in to continue.

{/* Add form errors here */}
); } function LoginButton() { return ( ); }