This commit is contained in:
Vishnu 2025-03-22 18:37:47 +05:30
parent 6987e38750
commit 9ecb112fa8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import React, { useState, FormEvent } from "react";
import { useNavigate } from "react-router-dom";
import { LogoIconLarge } from "../components/icons/Logo";
import { EyeIcon } from "../components/icons/ExportCommonIcons";
import LoadingPage from "../components/templates/LoadingPage";
// import LoadingPage from "../components/templates/LoadingPage";
const UserAuth: React.FC = () => {
const [email, setEmail] = useState("");