import LoginForm from "@/components/auth/LoginForm"; const Login = () => { return (
); }; export default Login;