/* Copyright (C) 2024 Manuel Bustillo*/ import Link from 'next/link'; import styles from '@/app/ui/home.module.css'; import LoginForm from '@/app/ui/components/login-form'; export default function Page() { return (
Already have an account? Sign in
Don't have an account? Register now!
); }