import { Input } from "@/components/ui/input"; export default function Signin() { return (
{/* login box */}

Login

Don't have an account? Sign up

EMAIL *

); }