"use client"; import React from "react"; import EmailInput from "./EmailInput"; import { Divider, Link } from "@heroui/react"; import { routes } from "@/shared/config/routes"; import OAuthProviders from "./OAuthProviders"; const Signup = () => { return (
Already have an account?{" "} Log in
{/* Divider between email form and third-party login options */}