Skip to content

Commit

Permalink
remove css file
Browse files Browse the repository at this point in the history
  • Loading branch information
VinayLodhi1712 committed Oct 22, 2024
1 parent fbcdbb5 commit 60fc4c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
43 changes: 0 additions & 43 deletions frontend/src/components/Pages/Login.css

This file was deleted.

1 change: 0 additions & 1 deletion frontend/src/components/Pages/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { message } from 'antd'; // Ant Design message component
import Cookies from 'js-cookie';
import { FaEye } from 'react-icons/fa';
import { FaEyeSlash } from 'react-icons/fa6';
import "./Login.css";
const Login = () => {
const API_URL = import.meta.env.VITE_BACKEND_URL || 'http://localhost:3000';
const [data, setData] = useState({
Expand Down

0 comments on commit 60fc4c6

Please sign in to comment.