Skip to content

Commit

Permalink
Removed login.css import
Browse files Browse the repository at this point in the history
  • Loading branch information
joriordan332 committed Oct 19, 2024
1 parent d60efa0 commit 5348f76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useNavigate } from 'react-router-dom';
import { Button } from '@/components/ui/button';
import { Eclipse, Sun } from 'lucide-react';
import { Context } from '../Context';
import './Login.css';

function Login() {
const { darkMode, setDarkMode } = useContext(Context);
Expand Down

0 comments on commit 5348f76

Please sign in to comment.