Skip to content

Commit

Permalink
Todo item manual deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
todo-kanban-board[bot] authored Nov 30, 2024
1 parent cd7f7c5 commit ed9e70b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import api from '@/services/axiosConfig';
import Alert from '@mui/material/Alert';
import useMediaQuery from '@mui/material/useMediaQuery';
import Button from '@/components/Button';
// TODO: [rupudylt] Ready to test login page

export default function Login() {
const [email, setEmail] = useState<string>('');
Expand Down

0 comments on commit ed9e70b

Please sign in to comment.