diff --git a/Frontend/src/pages/Authentication/Login.jsx b/Frontend/src/pages/Authentication/Login.jsx index a2cdcab..919bf72 100644 --- a/Frontend/src/pages/Authentication/Login.jsx +++ b/Frontend/src/pages/Authentication/Login.jsx @@ -1,5 +1,4 @@ import React from "react"; -import { FcGoogle } from "react-icons/fc"; import { FiEye, FiEyeOff } from "react-icons/fi"; import { Link } from "react-router-dom"; @@ -16,19 +15,7 @@ const Login = () => {