import { LoginForm } from "@/feactures/auth/components/signup-view"; const Page = () => { return (
) } export default Page;