Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Jan 8, 2024
1 parent 174de77 commit 6cb9cc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion react/src/pages/Login/Login.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React, { useEffect } from 'react';
import { useLocation, useNavigate } from 'react-router-dom';
import { useSelector } from 'react-redux';
import { RootState } from '../../redux/store';
Expand Down

0 comments on commit 6cb9cc9

Please sign in to comment.